This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I need to be able to field load an embedded MSP430F5438 OS using custom software. I was able to do this previously with IAR but am now using CCS 4.x. Is there a document that describes the .out file format from CCS 4.x; or is there a conversion utility within CCS 4.x that converts the .out file to a known format that would be convenient to parse? Thanks
Don B
Not sure, but if the GCC toolchain is used the file format is probably the older pre-ELF object format...typically referred to as a.out. If so, then this wiki page might be able to help you:
http://en.wikipedia.org/wiki/A.out
Hope this helps.