This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28377D-EP:How to Calculate CPU Usage?

Part Number: TMS320F28377D-EP

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..