Need your code or your .elf file
Otherwise there is a tool in the avr bin directory which you can use called avr-nm.
This is what I use to see a breakdown of the memory sections.
avr-nm.exe -n -S
Need your code or your .elf file
Otherwise there is a tool in the avr bin directory which you can use called avr-nm.
This is what I use to see a breakdown of the memory sections.
avr-nm.exe -n -S