cancel
Showing results for 
Search instead for 
Did you mean: 

How to know the remaining free RAM memory in my STM32?

jean_prieur
Associate III
Posted on April 04, 2014 at 12:36

Hello,

I'm working with a STM32F427VI (256kb of RAM), I use Coocox and FreeRTOS. 

Do you kown the easiest way to monitor in real time the RAM memory used and free in my uC ?

Thanks !

Jean
10 REPLIES 10
jean_prieur
Associate III
Posted on April 15, 2014 at 10:48

Thanks everybody for all your tips, finally I used the

xPortGetFreeHeapSize 

to display on the screen the remaining free space, by extending the heap to the max.