This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HeapMem_getStats() doesn't work on C6657

Hi, 

I am adding a heap usage check to our existing system based on C6657.

I used the following code from a thread (not main()) to get the heap state but it seems that HeapMem_getStats() never returns.

What could be a problem?   I ran this on Core0 and 1 and neither worked.

Memory_Stats mstat;
HeapMem_getStats(0, &mstat);

SYS/BIOS 6.35.1.29
xdcTOOS: 3.25.0.48

Thanks,
tamo2