Part Number:TMS320C6418
Tool/software: Code Composer Studio
Hi there,
I'm developing an application with TMS320C6418, using CCS5.5.0
My configuration will use the external flash boot, but due to the 1K ROM boot limitation for this device I will need a second boot.
Looking at the "BlinkEVM6418" example I understand that with a boot.asm file I'm able to define an "User boot code" but something is not clear to me:
1) How is the "boot.asm" file added to the project? Do I simply add it as a file, or something needs to be changed on the project properties for the compilation?
2) Once the .out file is generated and the hex utility generates the .hex file, where do I have to store the file on the external flash? Does it have to be stored starting from the beginning of the external flash (EMIF CE1-> 0x9000 0000 - Flash address: 0x0000) or an offset of 1kbytes has to be considered (due to the 1k boot from ROM)?
3) Flash Burn plugin is considered on "BlinkEVM6418" example but I'm not able to find it, is it included on the CCS5 as a plugin?
Thank you
Regards
Karles