This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Why my program run slower at higher DSP Frequency

my program run with DM6441 processor.

config 1 : DSP 513MHz, ARM 256MHz, DDR2 162MHz.

my program need about 10mege cycles to process a frame of video.(measure by TSCL), and about 20ms.(measure on ARM side, using gettimeofday to calc the time.)

config 2: DSP 675MHz, ARM 337.5MHz, DDR2 162MHz

my program need about 20mege cycles to process a frame of video.(measure by TSCL), and about 30ms.(measure on ARM side, using gettimeofday to calc the time.)

Why the program need more cycles at higher DSP Frequency ?