Hi all,
I'm currently doing a project modifying the MCSDK Image processing demo.
I have to upload a file of size more than 100MB.
Allocated RxBuffer=Memory_alloc(0, ContentLength, 8, NULL);
after uploading the file and receiving it we allocated
TximgBuffer=Memory_alloc(0, ContentLength, 8, NULL);
At this point the execution terminates and the following error is displayed in the console:
[C66xx_0] ti.sysbios.heaps.HeapMem: line 331: assertion failure: A_invalidFree: Invalid free
[C66xx_0] xdc.runtime.Error.raise: terminating execution
After processing the data in the RxBuffer I have to copy it into TxImgBuffer. So to increase the Memory capabilites what changes should I be making? Should I be increasing heap size in the .cfg file? Or what else Should I be doing?
Regards,
Sohal