Hi,
I use S32K144 and S32DS.
I want to know RAM usage.
How can I check my RAM usage?
Please let me know.
Thanks and best regards,
Byungju.
Solved! Go to Solution.
Hi,
in project properties enable Print size:
You can see size output at the build end:
More details you can find on Erich Styger's blog:
text, data and bss: Code and Data Size Explained | MCU on Eclipse
Hope it helps.
Jiri
Hi,
in project properties enable Print size:
You can see size output at the build end:
More details you can find on Erich Styger's blog:
text, data and bss: Code and Data Size Explained | MCU on Eclipse
Hope it helps.
Jiri
Hi Jiri,
Thanks for your help.
Best regards,
Byungju.