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.
Hi Experts,
When using the profile clock feature of CCS to measure the duration of a piece of code, exactly which clock does it use? Is it SYSCLK, PLLSYSCLK, OSCCLK or another type of clock?
Kind regards,
Gerald
Gerald,
The profile clock will measure C28x CPU cycles when active as you run from BP to BP. You can then multiply this by the SYSCLK period to get the real world time elapsed.
Best,
Matthew