Question
How to see core utilization in stm32 cubeide?
I am using STM32L452RC for my project. I need to know the core utilization that is similar to how we see in the task manager. I need to know this, since I want to see the difference in the utilization with and without involving DMA. I need to verify that core utilization is reduced if we use DMA for memory to memory to transfer. Please suggest a method to verify this by seeing the core utilization in cubeide.