TI中文支持网
TI专业的中文技术问题搜集分享网站

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这个选项。
Kevin Qiu1:

我查看是有的,你的CCS和SDK版本是多少

,

fei liu:

你好!

ccs: Version: 7.4.0.00015 

ble sdk:2.03.04.06

如果看不到,是不是还可以用下面这个方法看到程序运行时的heap size。

In CCS Debug Session: View -> Expressions, add HEAPMGR_SIZE

补充一下,其实我是想实时看heap的分配情况,来确定目前自动分配的heap size是否足够。

谢谢

,

Kevin Qiu1:

尝试升级CCS版本

fei liu 说:

如果看不到,是不是还可以用下面这个方法看到程序运行时的heap size。

In CCS Debug Session: View -> Expressions, add HEAPMGR_SIZE

我没有这样试过,但这应该是看不到动态的情况,只能看到总的HEAPMGR_SIZE

,

fei liu:

谢谢回答,

HEAPMGR_METRICS,打开这个预编译可以看到动态的情况吗?

可是我加了这个预编译后,编译出现下面这样的错误。我的工程里加了off chip oad功能

,

Kevin Qiu1:

也是看不到的,动态内存只能通过ROV查看

赞(0)
未经允许不得转载:TI中文支持网 » CC2650MODA: 关于ccs ROV的heapmem的问题。
分享到: 更多 (0)