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.

CCS/CC3235SF: I need to manually enter the Heap Memory Handle in order to debug issues relating to heap. Can this be assigned at Runtime.

Part Number: CC3235SF

Tool/software: Code Composer Studio

Hi,

In order to debug issues on my code I have a provision of reading and displaying the Heap memory used in the UART logs. In order to do this I need to manually debug my code after compiling and attach the Heap memory Handle to my code which I get from the Heap Mem entry in the ROV.

This gets tedious to do this every time I compile. Is there a way I can get this Heap memory Handle details from the code during runtime and assign it in order to fulfill the same purpose.

For now I copy the Heap handle assign it to a variable of type IHeap_Handle and feed it to Memory_getStats(..) which returns memory related information as one of its argument.

Regards,

Noel.