Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hello.
I am trying to better understand heapmem and sysmem usage.
in my CFG file:
if I use BIOS.heapSize = 50000; // bios heapmem
Malloc does not work.
if I use Program.heap = 50000; //sysmem
Malloc works, but the memory amount is taken twice, which I cannot allow... (see attached images: once in heapmem : ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A and once in rtsv7M4_T_le_v4SPD16_eabi.lib : memory.obj (.sysmem).
What am I doing wrong here?
Thanks