Hi, all
I've run the algorithm estimation with C6Runapp build system, and successfully profile our algorithm on beagleboard, now I have another question.
If I want to run multiple algorithm simutaneously, can I still use C6runapp build system. I don't know if the fast evaluation system can do so if I run multiple algorithm at the same time, i.e. to use thread switch to access the C64x+ DSP core one algorithm by another.
By the way, I'm using c6run_0_94_05_06 package under dvsdk_dm3730-evm_4_01_00_09. I heard about POSIX API support in later C6Run system, but I'm not sure if concurrency is really supported.
Touse