How can I out how much memory my "code" has taken up in the MCU? I am using CCS to run my applications.
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.
How can I out how much memory my "code" has taken up in the MCU? I am using CCS to run my applications.
Hi,
After you build the project there should be a map file in the Debug folder. See below map file for the blinky example. The map file will tell you the amount of space your program occupies. For the blinky example, it is quite small that takes up 502 bytes of flash space.