2014-04-04 03:36 AM
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 !Jean2014-04-15 01:48 AM
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.