Hello ,
In one of our projects we are using freeRTOS and assuming:
- configTOTAL_HEAP_SIZE = 34Kbytes
- configPOSIX_STACK_SIZE = 2Kbytes
Furthermore, for the different tasks that we are creating (unis sysCreateTask) we are assuming a total of 16.284Kbytes.
During our tests, we notice that if we increase the tasks stack size to 16.640Kbytes we start getting a malloc overflow due to the sl_Task. Is there any minimal free space that we need to ensure for sl functions from TI libraries?
Thank you.