cancel
Showing results for 
Search instead for 
Did you mean: 

CPU Utilisation in STM32

JThom.15
Associate III

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

1 REPLY 1
Sarra.S
ST Employee

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.