HI
I'm only using CPU1 of the 28377D.
I want to calculate the usage of CPU1. when the code is running.
I wonder if it is possible to calculate it in the following way
a. Measure the execution time by setting a "break" in the source code repetition statement
b. Measure execution time by setting "break" on the entire source code
CPU Usage = (a/ b) * 100
let me know if there is any other way
thank you..