Site icon volt.tech

How to assign automatically & dynamically the heap in esp32 at runtime?

In ESP-IDF how can I dynamically assign stack in esp32 so that it will automatically take stack at runtime?
I found some of the malloc and realloc functions in ESP-IDF but I was not able to understand it clearly.

Exit mobile version