ROM, or RAM? When it builds, the last thing in the console window should report the sizes of the text, data, and bss sections like this:
| text | data | bss | dec | hex filename |
91664 25980 10056 127700 1f2d4 project.elf
'Finished building: project.siz'
You can also look at the .map file that is generated to find more specific information about what was included, what was optimized away, and how much memory is being used.
What version of Kinetis Design Studio are you using? I have 1.1.1 and it reports this automatically. Did it build successfully? What does it say in the console window?
Hi Kevin,
you show the options for the project timer_frdm64f, while your console output is for lwsem_frm64kf?
Can you check the settings of the lwsem_frdm64kf project?
Erich
Hi Kevin,
can you check if you have per-file or per-folder options set in your project?
See Traps and Pitfalls: No Hex/Bin/S19 File Created with GNU? | MCU on Eclipse
This might cause a failure to call the post-build step (to print the size).
Erich