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.