Part Number:CCSTUDIO
Tool/software: Code Composer Studio
Hi there,
for my application I'm thinking about running the code located into an external EEPROM. I would generate a .bin file with the hex application and then store it into the EEPROM.
I would like to have a "bootloader" and the "application", so that:
- the "bootloader" is started with the ROM boot mode (CE1), it checks if an "application" program is stored into the EEPROM and run it;
- the "application" is the actual application code that has to run.
I will then need two binary images to be stored into the EEPROM: the "bootloader.bin" and "application.bin":
BOOTIMAGE @ EMIFA CE1 0x9000 0000
APPIMAGE @ EMIFA CE1 0x9000 1000
What is the best solution for this?
How can i modify the .cmd file so that the code can be executed directly from the external flash?
Thanks
Regards
Stefano