Tool/software: TI-RTOS
Hi all,
I'm using CCSv8, SYS/BIOS 6.70, enabled Heap Tracker, to track heap corruption.
While i debug the code, it was hitting the heap corruption
ti.sysbios.heaps.HeapsTrack: line158: assertion failure: A_bufferoverflow: Buffer overflow xdc.runtiime.Error.raise:terminating execution
But I couldn't find out what exactly causing the buffer overflow, increasing the mem doesn't help with the overflow issue.
is there any other way to find where the over flow is caused?