Posted on July 08, 2015 at 02:48Hi, I'm using STM32L053 Nucleo, I have wrote some code for it to run, and I wish to do a RAM estimation to see RAM usage of current firmware. How to see the RAM usage? Regards #dynamic-memory-usage
Posted on July 07, 2015 at 10:48Hi, I'm using STM32L053 Nucleo, I have wrote some code for it to run, and I wish to do a RAM estimation to see RAM usage of current firmware. How to see the RAM usage? Regards #memory
Posted on July 08, 2015 at 07:22in the .map file, at ''Memory Map of the image'' section, the Size in ''Execution Region RW_IRAM1'', would this be the RAM usage? assume the firmware didn't use any dynamic memory allocation.