Hello,
I wish to measure the CPU utlization for a cortex processor running an RTOS (keil RTX). Without an RTOS, i can measure the idle time to come to some conclusion. But with RTOS, can someone guide me how to measure CPU utlization?
Thanks & Best Regards Vivek
interrupts during measurement?
i dont have any interrupts enabled in my program. After i set up the clock, initialize a timer, enable it and go into a while(1) loop with a variable (counter) to make idle time measurement. With this simple code, i didnt even attach my application.