Hi,
I have attached .map file for one of the application.
From .map file I extracted below information.
Memory sections | Size in bytes |
.data | 2436 |
.text | 11320 |
.rodata | 48 |
.bss | 316 |
I would like to know how much RAM memory will be used when this application run on S32K144 MCU ?
Is there any provision in S32 design studio to monitor amount of RAM used when debugging this application on S32K144 evaluation board ?
Thanks
Mohan
Original Attachment has been moved to: S32K144_CSEC_KEYCONFIG_Example.map.zip
已解决! 转到解答。
Hi,
you can enable printing target size by right click on project name -> properties and check the Print size checkbox
In build console you can see something like this:
Here is detailed description of each block (text, data, bss...)
Jiri
Hi,
you can enable printing target size by right click on project name -> properties and check the Print size checkbox
In build console you can see something like this:
Here is detailed description of each block (text, data, bss...)
Jiri
Hi Jiri,
Thank you for the information.
From your experience can you please suggest how much of RAM is required in below scenario.
Use case Scenario:
a. freeRTOS
b. Load secure key to CSEc + Perform encryption and decryption on plain text using loaded secure key + Prepare for secure boot.
c. Run OBD CAN stack
d. Other hardware initialization if any
Thanks
Mohan