Hello everyone,
(target C6678, CCS 5.5, BIOS 1.25, XDCTools 3.25)
I have a very very simple application with just one task that does a memory allocation with Memory_alloc.
Then I do a Bios_exit() call. Nothing else : 1 Memory_alloc 1 Bios_exit
When I use HeapMin instead of HeapMem I get this error
"xdc.runtime.HeapMin: line 85: free() invalid in growth-only HeapMin
xdc.runtime.Error.raise: terminating execution"
but I don't call any free() function !
So I'm wondering if SYS/BIOS isn't trying to free its memory when the user calls "Bios_exit".
Thank you,
Clement