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.
Sorry prompt. Working in the IAR. How can I know how much FLASH and SRAM memory is used in my project? I would be grateful for Useful links.
Tell the Linker to generate a map file. The map file will tell you the memory usage of your code.
12 384 bytes of CODE memory
176 bytes of DATA memory (+ 80 absolute )
6 874 bytes of CONST memory
The sum of these fields?
The other way is configuring the Options.
Tools -> Options ->Messages
If you select "All" you see code size informations in Messages window bottom to the IAR IDE.
**Attention** This is a public forum