How to query memory and CPU usage

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to query memory and CPU usage

跳至解决方案
5,389 次查看
1409568089
Contributor II

I use MKE1xF,  How to query memory and CPU usage. thanks

标签 (1)
0 项奖励
回复
1 解答
5,057 次查看
BlackNight
NXP Employee
NXP Employee

In MCUXpresso IDE, there is in addition to the FreeRTOS views a view for bare metal memory (heap) usage, see New NXP MCUXpresso Eclipse IDE v11.0 | MCU on Eclipse .

And there is the image info, see https://mcuoneclipse.files.wordpress.com/2019/06/image-info-memory-usage.png 

Image Info Memory Usage

As for the CPU usage, there is the SWO profile feature in the IDE, see for example Overview of MCUXpresso IDE v10.2.0 | MCU on Eclipse 

SWO Profile

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
2 回复数
5,058 次查看
BlackNight
NXP Employee
NXP Employee

In MCUXpresso IDE, there is in addition to the FreeRTOS views a view for bare metal memory (heap) usage, see New NXP MCUXpresso Eclipse IDE v11.0 | MCU on Eclipse .

And there is the image info, see https://mcuoneclipse.files.wordpress.com/2019/06/image-info-memory-usage.png 

Image Info Memory Usage

As for the CPU usage, there is the SWO profile feature in the IDE, see for example Overview of MCUXpresso IDE v10.2.0 | MCU on Eclipse 

SWO Profile

I hope this helps,

Erich

0 项奖励
回复
5,057 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Xue:

If  you are using MCUXpresso IDE, with FreeRTOS, you can see th heap and stack usage as below.

pastedImage_1.png

pastedImage_2.png

Regards

Daniel

0 项奖励
回复