Silicon Labs EFM32: How can I check the ROM size of my user code? (Simplicity IDE)
EFx32
The figure below is the console display when building the sample code with Simplicity IDE. This is a character string that is output when the linker completes the linking process, and indicates the size (number of bytes) of each category called section.
The code size downloaded to flash memory is text + data.
| section | content |
| text | Instruction code of the program placed in the Flash area |
| data | static variable with initial value |
| bss | Variables without initialization, such as external variables |
| dec | Total value of text, data, bss (decimal) |
| hex | Total value of text, data, bss (hexadecimal) |
Experienced FAE
Free consultation is available.
From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.