Hi,
Is it possible to analyze a heap size?
I know that there is a feature of FreeRTOS heap size monitoring.
Standard C library malloc or even sprintf uses heap memory that is not managed region of memory by RTOS.
I think such standard C library is not recommended to use when RTOS is used due to non thread safe. But, some customers still want to use such C standard library and analyze the heap size.
Hiroshi,