Hi all
I'm working with the OMAP-L137 EVM and only use the C6747. For evaluation purpose I need to reduce the clock frequency and measure the time that my algorithm needs. Now first question: How can I reduce the clock frequency for the C6747? All I've done is I've changed "DSP speed in MHz (CLKOUT)" in the DSP/BIOS config tool. But I'm not really sure if the change I've made had any effect because the execution times I've measured were quasi the same for 300 MHz, 200 MHz or even 10 MHz. I've measured both in software using CLK_getltime() * CLK_getprd() / CLK_countspms() and by looking at SPI signals on the scope since SPI is only active after the algo completes.
Could you please tell me if there are any problems with clock frequency reduction like I do it or with the time measurement in software? Anyway, the time measurements on the scope and in software correlate well enough, so I think it's either a problem in clock frequency reduction or my algorithm performs well (but this would be strange).;)
Last question: does reducing the DSP clock frequency have an influence on SPI?
Thanks for all your help
Andreas