I use MKE1xF, How to query memory and CPU usage. thanks
解決済! 解決策の投稿を見る。
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
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
I hope this helps,
Erich
元の投稿で解決策を見る
Hi Xue:
If you are using MCUXpresso IDE, with FreeRTOS, you can see th heap and stack usage as below.
Regards
Daniel