This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Experts,
I am asking for my customer.
They developed our lwip demo based on our EVM, they look into our freeRTOS using heap3.
But their own stack need heap4, so how to modify the freeRTOS from Heap3 to Heap4? Could you sent us the guide steps here? Thanks.
Hello Shaoxing,
Our expert for this topic will review this and provide feedback early next week.
Best Regards,
Ralph Jacobi
Hi Hang,
To use heap 4 you need to compile heap 4 file. Customer will need to update the make file at "/source/kernel/freertos/makefile.<device>" to use heap_4,c instead of heap_3.c.
This should enable the heap4 instead of heap 3.
Regards,
Ankur