Hello,
I'm currently using the OMAP3530 with CCSv4.1.2 and Code Generation tools TI v6.1.9. I'm currently running an algorithm consisting of FFTs, IFFTs and matrix manipulation operations. My global and static arrays consisting of FFT twiddle factors and signal inputs are in IRAM but not in the ".bss" section. I tried moving them into the ".bss" section to take advantage of using the DP to access the arrays. I was hoping for a huge increase in performance but I was disappointed when I saw no improvement. BTW, my compiler is set for optimization level 3 and optimize for code size 1. So can you explain why there was no performance improvment? Is there some compiler setting that's needed to take advantage of data access using the DP?
Thanks,
Len