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.
Hello,
i am new to CCS. i built a C code in CCS which works fine in simulator.but now i need to find what is my total code size.
where can i get to know that? can some one direct on this issue.
Thanks.
Take a look at the link map file (.map) generated during the build. In latest CCS versions, the map file will be generated by default for new projects created in CCS. The map file contains the size of different sections including code (.text).