I want to check memory usage for the consideration of a microcontroller to be used in an embedded system.Is there a way to check this?
Development environment used: keil studio
Can you run "fromelf -z" on the generated ELF (not binary) image?
When I build with keil studio online, does it also generate an ELF file?It only generates a binary file.If I am wrong about how to generate ELF files, please let me know.
I may be wrong (I am not familiar with mbed), but the linker generates ELF images which are converted into binary, so there must be one?