Hello everyone
I want to measure the elapsed time of one function. In the PDK, I can get the time stamp frequency and CPU frequency by using function "Timestamp_getFreq()" and "BIOS_getCpuFreq()", and then measure the correct time.
However for C6455 Chip Support Library, I did not find how to get timer frequency and CPU frequency. What I know is to use CSL_tscEnable(), and CSL_tscRead() to get the elapsed cycles.
Is that in C6455 CSL, the timer frequency and CPU frequency is default? What are they?
Thank You.
Xining Yu