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.

RTOS/TDA2PXEVM: Heap out of memory : ti.sysbios.heaps.HeapMem: line 221: ti.sysbios.heaps.HeapMem: line 221: out of memory

Part Number: TDA2PXEVM
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hello ,

I am getting this below error , when I send multiple files to copy into SD card using Network Ctrl.

ti.sysbios.heaps.HeapMem: line 221: ti.sysbios.heaps.HeapMem: line 221: out of memory: handle=0x8497c124, size=33554432.

How to solve this problem?

I am freeing the memory every time I send.

status = (UTILS_HEAPID_DDR_CACHED_SR, gDataBuf, prmSize); But still not working.