I can't find a setting in KDS which was present in CodeWarrior. I'm trying to generate S-record output. More specifically, I have regions of ROM that are full of constants that will be stored in an external EEPROM to save flash space. In older versions of CodeWarrior, there was a way to have the linker export regions to a zero-based S-record file which could be programmed into an EEPROM.
Solved! Go to Solution.
See Binary Files for the mbed Bootloader with Eclipse and GNU ARM Eclipse Plugins | MCU on Eclipse
how to create binary or S19 files for this.
Erich
See Binary Files for the mbed Bootloader with Eclipse and GNU ARM Eclipse Plugins | MCU on Eclipse
how to create binary or S19 files for this.
Erich
Ah, I missed the checkbox for enabling the flash file output. Thanks!