Skip to main content
Graduate
May 7, 2024
Question

CPU Utilisation in STM32

  • May 7, 2024
  • 1 reply
  • 772 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