Skip to main content
JThom.15
Associate III
May 7, 2024
Question

CPU Utilisation in STM32

  • May 7, 2024
  • 1 reply
  • 785 views

Hi How Do I get the cpu utilisation in stm32?

I am using STM32F205 with platformIO Ide.

I dont want to use Task list view in freertos as it is intended for debugging only.

Any help would be much appreciated.

Thanks

This topic has been closed for replies.

1 reply

ST Employee
May 7, 2024

Hello @JThom.15

One way to do it is to use an HRTIM running with the maximum possible resolution and measure the time the idle task runs to estimate CPU utilization.

Please refer to this post

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.