Hi,
Somebody could tell me where I could see how much memory I am using in a program where I am using the IAR C compiler vs3.41a?
Thank you.
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.
Right click on Project and select Options.
Click on Linker under Category
Click on List tab.
Check the box "Generate linker listing"
Click OK
Compile your project.
Now, expand your project and you should see your C file with an Output folder. Expand that Output folder.
Double click on .map file and scroll to the bottom of it. It should tell you how much code size is your program.
**Attention** This is a public forum