Hi, all
We are using DM3730 on our board, with "dvsdk_dm3730-evm_04_03_00_06_setuplinux".
We are porting a piece of code to DM3730. This code deals with less than 1MBytes data in RAM, generates the result to RAM. There are also floating point operations.
In MPU side, this procedure takes about 10 seconds, which is too long for us. So, we move the procedures to the DSP side. However, it takes more seconds.
In CFG_OMAP3530.c, the CPUFREQ is configured to -1. I have tried some other values, like 204800, but it's seem no difference. I have checked the register 0x48004040, the value always be 0x8F005.
My question is:
1. Is the IVA2's arithmetic speed slower than MPU's?
2. How to improve the DSP's performance?