PG4UW
71
ASCII SPACE format
Very simple hex file format similar as ASCII HEX without checksum field, without start (STX)
and end (ETX) characters. Each data byte is represented as 2 hexadecimal characters, and is
separated by white space from all other data bytes. The address field is separated by white
space from data bytes. The address is set by using a sequence of 4-8 hex characters.
Here is an example of ASCII SPACE file. It contains the data "Hello, World" to be loaded at
address 0x1000:
0001000 48 65 6C 6C 6F 2C 20 57 6F 72 6C 64 0A
Straight HEX format
Very simple hex file format similar as ASCII HEX without address and checksum fields, without
start (STX) and end (ETX) characters. Each data byte is represented as 2 hexadecimal
characters, and is separated by white space from all other data bytes.
Here is an example of Straight HEX file. It contains the data "Hello, World":
48 65 6C 6C 6F 2C 20 57 6F 72 6C 64 0A
Samsung HEX format
Samsung HEX file format is slight modification of Intel HEX format, therefore in the software is
recognized and indicated as Intel HEX file format.
Notes for special x16 formats:
Intel HEXx16 is Intel Hex file format with 16 bits data word for TMS320F devices.
Motorola HEXx16 is Motorola file format with 16 bits data word for TMS320F devices.
Checking the check box
Automatic file format recognition
tells program to detect file format
automatically. When program can't detect file format from one of supported formats, the binary
file format is assumed.
When the check box
Automatic file format recognition
is unchecked program allows user to
manually select wished file format from list of available file formats on panel
Selected file
format
. Default set is from
Options / General options
in panel
Load file format
at tab
File
options
.
Attention: Program doesn't know recognize files in ASCII Hex format automatically, it
recognizes them as binary. So download files in ASCII Hex format with disabled option for
automatic file format recognition.
Panel Additional operation
Checking the check box
Erase buffer before loading
tells the program to erase all data of
recently selected buffer. There are two options to specify erase value:
Autodetect
buffer will be erased (filled) with default "blank" value for recently selected
device and buffer. Recent default value is displayed after "Autodetect" text in
brackets, for example: "Autodetect (FFh)", "Autodetect (00h)"
Custom defined
buffer will be erased (filled) with user specified Byte value
Buffer erase is performed immediately before reading file content to buffer and it is functional
for binary and all HEX file formats. Using this one-shot setting disables current setting of
Erase
buffer before loading
option in menu
Options / General options
at tab
Hex file options
.
Summary of Contents for BeeHive204
Page 7: ...Introduction 7 Introduction ...
Page 12: ...Elnec s r o 12 Quick Start ...
Page 15: ...Detailed description 15 Detailed description ...
Page 16: ...Elnec s r o 16 BeeHive204 ...
Page 33: ...BeeProg2 BeeProg2C 33 BeeProg2 BeeProg2C ...
Page 50: ...Elnec s r o 50 SmartProg2 ...
Page 59: ...Setup 59 Setup ...
Page 66: ...Elnec s r o 66 PG4UW ...
Page 141: ...PG4UWMC 141 PG4UWMC ...
Page 162: ...Elnec s r o 162 Common notes ...
Page 176: ...Elnec s r o 176 Troubleshooting and warranty ...