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.
Tool/software: Code Composer Studio
HI ,
I AM USING CCS 7.0.1 IDE..HERE I WANT TO GET BINARY FILE WITH SIZE FROM THIS IDE,
HOW TO SEE THIS BINARY FILE TO CCS ..I DOD KNOW ABT THIS CAN SEND DETAILS OF THIS ..
THANKING YOU
SIRU
Siru,
I'm sorry but 'm not clear what you are asking.
Building a project in CCS produces an executable file (named *.out). Are you interested in the size of the .out file? Keep in mind that this file includes debug symbols, hence the file size is impacted by the debug information. If you just wish to look at the size of the different sections such as code and data, then you can take a look at the link map file (named *.map) where the size of each individual section is listed.
If I have misunderstood your question please provide more information on what you are looking for.