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.