??? 11/01/07 13:14 Read: times |
#146452 - Yes, of course! Responding to: ???'s previous message |
Shehryar Shaukat said:
should i place the hex file as it is or do i only need to extract the data bytes from each record of the HEX FILE. Yes, of course you only need the data bytes - the rest is just overhead to tell you where to place the bytes, and to allow you to check their integrity. You also need to convert the character pairs back to single-byte values. Perhaps you should experiment with HEX2BIN to see how it all works... Note also that Keil doesn't generate relocatable code... |