Heap Watermark

Hi, Is there a possibility to know the watermark of the heap ? I am using the heap2 Thanks

Heap Watermark

See the functions xPortGetFreeHeapSize() and xPortGetMinimumEverFreeHeapSize() mentioned on this page: https://www.freertos.org/a00111.html

Heap Watermark

Hi, xPortGetFreeHeapSize() works fine but xPortGetMinimumEverFreeHeapSize() is only implemented for Heap4 Thanks.