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.

CC2650MODA: 关于ccs ROV的heapmem的问题。

Part Number: CC2650MODA

TI工程师,你们好!

我想问一下,我的ccs工程里面的ROV里面怎么没有heapmem这个显示,因为我想看一下程序运行时的heap使用情况。

查看相关使用说明有下面提示:

Determining the auto heap size is slightly dependent on the heap implementation that is active, see the sections below to see how to determine the size of an auto sized heap at runtime.

OSAL HEAP

  • Open the variable watch window and view HEAPMGR_SIZE, it will report the heap size.

HeapMem or HeapMem + HeapTrack

  • Using ROV, open the HeapMem.Detailed view, the heap’s size is reported in the totalSize field. See TI-RTOS Object Viewer for more information on ROV and how to use it.
  • 我打开rov,发现里面没有heapmem这个选项。