Hex Import error when addresses are implied.
Binary (hexadecimal) editor for Windows
Brought to you by:
i-c-y
Hello
When importing an Intel Hex file the code does not handle implied addresses within the file. For example, given the attached hex file the data at addresses 0x00 - 0x1F are implicitly included in the binary file. The import function ignores the implicit gap effectively deleting the bytes from the buffer. When loading a file having similar "missing" addresses into a chip programmer the missing values are set to 0xFF in line with zeroed flash memory.
Thanks
Chris