I am developing an a DSPLink based application to run on a Gumstix Firestorm COM with a DM3730 processor. I am able to manipulate the ARM clock frequency using the cpufreq interface in Linux but this seems to have no effect on the DSP clock frequency. By reading the TSC register on the DSP it looks like it is currently running at 260MHz. How can I go about modifying the IVA clock frequency to get the DSP running faster? Also, our application is currently very limited by memory access as we are dealing with large amounts of data. How is the memory bus clock speed set to ensure we are accessing DDR as efficiently as possible from the DSP?
Thanks,
Patrick