We are developing Machine-vision algrithm on DM8168.
Our application consists of ARM Linux code and DSP code.
As far as I know, there are three approaches to integrate ARM Linux code and DSP code.
1. C6RUNLIB approaches
2. codec approaches
3. syslink approaches
Which is the best performance approaches which execute DSP code?
We have successfully integrated ARM Linux code and DSP code using C6RUNLIB approach.
But, DSP performance is poor. So, we have to improve code performance.
Our DSP code is 30ms and we want to reduce DSP code performance to a few milliseconds.
How to improve DSP code performance?