I need to Flash my S32 over comms, and to do that I need a raw hex file (or binary). Is there a linker setting to generate a different output (or a tool to convert the .elf) in S32DS? I looked through the linker settings and didn't see a way to change the output format
已解决! 转到解答。
Hi Andrew,
it is here:
In addition to that, you can use the build steps and objcopy for this too, see S-Record Generation with gcc for ARM/Kinetis | MCU on Eclipse . If you need more advanced file manipulation or conversions, I recommend have a look at S-Record Manipulation with GNU objcopy and Burner Utility | MCU on Eclipse and the open source SRecord tool (CRC Checksum Generation with ‘SRecord’ Tools for GNU and Eclipse | MCU on Eclipse ).
I hope this helps,
Erich
Hi Andrew,
it is here:
In addition to that, you can use the build steps and objcopy for this too, see S-Record Generation with gcc for ARM/Kinetis | MCU on Eclipse . If you need more advanced file manipulation or conversions, I recommend have a look at S-Record Manipulation with GNU objcopy and Burner Utility | MCU on Eclipse and the open source SRecord tool (CRC Checksum Generation with ‘SRecord’ Tools for GNU and Eclipse | MCU on Eclipse ).
I hope this helps,
Erich
Thanks, Erich!
Note to anyone trying to follow along - you have to check "create flash image", hit "OK", and the next time you open the properties window you should see the "Create Flash Image" option