I'm trying to get some code working on c6670 and c6678 and somehow I'm good in 70 but failing before main() in 78.
In Memory_alloc (also shows on the stack as ti_sysbios_heaps_HeapMem_alloc__E) in xdc\runtime\Memory.c it fails allocating a heap of size 265 saying
Error_raise(eb, Error_E_memory, (IArg)heap, (IArg)size);
where Error_E_memory is "out of memory error"
I've tried increasing the size of SRAM for L2, MSMC and DDR but it is not getting me any further.
What heap is this, what memory does it come from and why am I running out of space?