HI I'm trying to convert a hex file into a bin file with keil’s HEX2BIN.EXE, but I get an error: Invalid record type in HEX record 2711. LINE 2710. : 08 A940 00 021D0102 1E090000 C6 (data record) LINE 2711. : 04 0000 05 080000ED 02 (Start Linear Address Record) LINE2712. : 00 0000 01 FF (End Of File record) So my question is why does the Hex file generator add a ‘Start linear address record’ at the end of the file and can I force the HEX2BIN converter to ignore the ‘Start linear address record’.
Best regards S. Panduro