Hello,
I'm making a secondary bootloader that will select a firmware out of two, load it into the external RAM and then "JUMP" to the entry point of this firmware.
I have now reached the point where my bootloader is stored in the FLASH memory and loaded in the Shared RAM by the OMAP L138, then it initialize the mDDR and the Serial link, I can also read and write to the Flash memory. What I would like now is to load a simple program that light up some LED in the mDDR and "JUMP" to the entry point of this program.
I have already the little program that light up some LED, But I don't know how to convert the .out file generated by Code Composer Studio to an executable file/image that I can load at the appropriate address and then JUMP to it.
I would appreciate any help you can provide me.
Cordially
CARTIER Arthur