Question
Calculate CPU Active % in STM32U575, FreeRTOS, and STM32CubeIDE
I have built a basic firmware for STM32U575 nucleo board with FreeRTOS with a feasibility of the CPU going into either sleep or stop modes. I want to calculate its CPU active % for a debug session.
Can you suggest how to get the active CPU % reliably and accurately in STM32CubeIDE?
