Other Parts Discussed in Thread: OMAP3530
Hi,
I am using BIOS bios_5_32_04 of DVSDK 3_00_00_29 on OMAP3530.
I am looking into why I sometimes have a mismatch in timing measurements. I am using the BIOS function, GBL_getFrequency(), to get the DSP clock frequency, and the following DSPCPUcycles = (cycle_count1 - cycle_count2) * CLK_cpuCyclesPerHtime() / GBL_getFrequency() to get elapsed time. Does GBL_getFrequency() always return the corrent running clock frequency of DSP (meaning it does not read from a pre-defined table)? Or I should look into somewhere else to get clock freq of DSP?
Thanks a lot!