There is 512KBytes flash size of S12DP512. How can I check the Ram and Flash usage this MCU?
Thanks for your helping.
Hi,
after a successfully project build, CW will generate a map file in project "bin" folder.
the map file details the flash/RAM usage.
the summary is also listed, for example:
Summary of section sizes per section type:
READ_ONLY (R): 91 (dec: 145)
READ_WRITE (R/W): 100 (dec: 256)
here, READ_ONLY (R) is Flash usage.
READ_WRITE (R/W) is RAM usage.
can this help you?
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------