Other Parts Discussed in Thread: TMS320DM648
Hello everyone,
I need to create a custom bootloader for the TMS320DM648. I am currently using CCS4.
I am debating on what file format I should use to store my main application in the Flash memory (the file that the custom bootloader would have to read and write to DDR).I have two options:
1. COFF. It's nice since this is the default file format that CCS outputs after I compile my project. However, according to SPRU186X, "TMS320C600 Assembly Language Tools V7.6", the COFF file will be obsolete. What does this obsolete mean? Will future versions of CCS still be able to generate output files in COFF format?
2. AIS. It would require one extra step of conversion from COFF to AIS..
Since COFF seems to become obsolete, I am leaning towards using AIS. I wanted to hear some of the expert's advices...
Thank you.
Alin