Site Search

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.

Article header rom%e3%82%b5%e3%82%a4%e3%82%ba%e3%81%8c%e7%9f%a5%e3%82%8a%e3%81%9f%e3%81% 84%e3%80%80%ef%bc%88simplicity%20ide%ef%bc%89 1

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.