Hello,
I am using the S32 Design Studio for Power Architecture and build the project for the MPC5744P microcontroller.
After building the project, I could not get the Static Code Metrics Report in order to see the software size, memory size, and so on.
How can I get these information?
Kind Regards, Rafael
Hi,
please make sure, that you have enabled print size in project properties:
The GNU size output is in build console:
Hope it helps.
Jiri
Hello jirikral,
Thank you for the answer.
Can you give me details about the meaning of the fields? I mean (Text, data, bss, dec and hex).
The units of these numbers are bytes?
Kind Regards, Rafael
Hi,
You can find more details here - text, data and bss: Code and Data Size Explained | MCU on Eclipse
Hope it helps.
Jiri