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/CC2640R2F: HeapTrack View not available in ROV

Part Number: CC2640R2F

Tool/software: Code Composer Studio

I am trying to use HeapTrack to debug a heap problem but HeapTrack View does not appear in ROV. Should this view be enabled by default or does it have to be imported some how. Is there a documented procedure for importing/enabling this view in ROV?

I am using the following CCS version and OS.

Code Composer Studio
Version: 10.0.0.00010

OS: Windows 10, v.10.0, x86_64 / win32
Java version: 1.8.0_144

  • After looking more closely I realized that I wasn't selecting HeapTrack properly in my project config file, so I was still using HeapMem. After correcting this then rebuilding and reloading the project, I now see the HeapTrack view in ROV. Sorry for false alarm.