How to get free continuous stack size using esp-idf
Posted: Thu Sep 01, 2022 9:03 am
Hi,
I am looking for esp-idf function that can provide the availabke stack size just like it provides heap size using
I could find the way of determining the stack size of a freeRTOS task using , however I want to know the total stack size available at any given point in any task?
I am looking for esp-idf function that can provide the availabke stack size just like it provides heap size using
Code: Select all
heap_caps_get_free_size()
Code: Select all
xPortGetFreeHeapSize()