Other Parts Discussed in Thread: SYSBIOS
Hey all,
I want to learn how to use Heap Track Feature of Sys/BIOS but i Couldn't found any good documentation on it.
I tried the following :-
var BIOS = xdc.useModule('ti.sysbios.BIOS');
BIOS.heapTrackEnabled = true;
But didn't helped me much.
I want to keep track of all the memory ( heapBuf or heapMultiBuf ) so how should i do that ??