the flash of my MCU is limited,the code is large.
I want to reduce the size of my code.So,I want to the size of every .c file in .map file .
where can i find ?
You could use the GNU size utility for this, see Listing Code and Data Size for each Source File with GNU and Eclipse | MCU on Eclipse
I hope this helps,
Erich
I have succeeded by your suggestion.