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.

AM2634: CPU Cycle counter

Part Number: AM2634


Hi

I want to check the runtime of some calculations on the AM2634 using the Launchpad development board. For that I'm using the FreeRTOS empty example and the Cycle Counter API from the SDK.

Now I have the following problem. When I measure a known time, for example before and after xTaskDelayUntil, the cycle counter is much lower than expected.
Converted I get a clock frequency of around 8 MHz. The CPUCLK should be 400 MHz and that of the SYSCLK 200 MHz.

This is probably a thinking error. Can someone give me a hint?

Thanks.