Hello,
I'm using DSP/BIOS 6 on EVM6472.
When I define timers / use TSK_sleep(), the times are multiplied by 1.4 (for example, TSK_sleep(1000) sleeps for 1.4 seconds). I assumed this was because the DSP/BIOS CPU frequency is defined to 700MHz, and not 500MHz, which is the setting I use.
Problem is, when I change the setting, it doesn't seem to fix to problem.
I tried both statically (in the .cfg file - BIOS.cpuFreq.lo = 500000000) and dynamically (using BIOS_setCpuFreq), and neither seem to change anything.
Any ideas?
Thanks,
Arya.