Hello @juliana_rojas30 ,
If you want to get the size of the generated code, inside our toolbox, please go to this location {Toolbox installation}\src\tools\gcc-6.3-arm32-eabi\bin there is an executable called arm-none-eabi-size.exe
If you run this executable passing as argument the generated elf you will see the following output:
C:\.....\>arm-none-eabi-size.exe generated.elf
text data bss dec hex filename
46884 1272 6104 54260 d3f4 generated.elf
Hope this helps,
Marius