Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
December 23, 2009 - 6:41am
|
I understand that the output hex generated by Ride 7 is in INTEL Hex Format (32bit). i want to know what impact does it have on STM32 when loading the HEX? what will happen if i remove these two lines? also |
Hi
The .hex generated after the link is obtained from an objcopy utility of gcc-arm.
I can not tell you exactly what the line with :04 represent (it seems to be the beginning of the .text).
All I can say is that our loader do not use these two lines so they can be removed for programming.
Regards,
Matloub