Other Parts Discussed in Thread: OMAP-L138, , OMAPL138
I'm having a puzzling problem. We've started development on a product using the MityDSP-L138F eval boards from Critical Link. We don't have a need for the ARM9 in the OMAP so in our design, we used the TMS320C6784. We've noticed that code executes roughly 27 times slower on the TMS320C6748 than it does on the OMAP-L138.
We have the PLLs configured for 456 MHz on PLL0_SYSCLK1. We wrote some test code the does nothing but turn on all the modules and configure the PLLs, and then run an assembly code delay loop flipping the state of a GPIO pin to measure how fast code is executing.
The exact same build of the exact same code running in the OMAP is around 27 times faster than in the TMS320C6784. Our project needs the code to execute at the same speed as in the OMAP and we've run out of ideas.
Thank you!