2024-05-06 07:00 PM
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
2024-05-07 03:17 AM
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.