freeRTOS ram occupation

Hi, I need to know what is the amount of ram used by freeRTOS during its execution. There are any function that solves my problem? I’m using Rowley CrossStudio with GCC. Thanks Fabrizio.

freeRTOS ram occupation

The kernel uses very little.  You can see how much by inspecting the map file of your build. The tasks use RAM for the heap and TCB.  Take a look at the FAQ here: http://www.freertos.org/FAQMem.html I cannot say if there are any functions to solve your problem as you do not say what your problem is?

freeRTOS ram occupation

Hi, My problem is to know the amount of RAM used by my freeRTOS application, after than i flash it into the ROM and launch it. Fabrizio.

freeRTOS ram occupation

if you can debug you application you can look for during xNextFreeByte the executing the task