Hello,
I wanted to test and compare the OMAP-L138 (actually the C6748 core) speed with in our systems currently used C5510A.
Therefore I've written a simple software which multiplicates 1000 times two integer variables and toggles a GPIO Pin when it’s done.
Unfortunately the C6748 is much slower than the C5510A. I guess I didn't configure the device properly.
I'm using the Logic OMAP-L138 development kit.
The compiler is set to release compilation and after a while I set the linker command file to use DSP L2 Memory and not shared memory as default.
This settings boosts the speed up to a round about half (!) of the C5510A performance.
How could I speed up the device?
The core is running with 300 MHz, entire code and variables are located in the DSP L1 Ram. DSP is waked up and reset released.
The program is set to run Free.
Regards
Matthias