This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

About concurrency support for C6run on Beagle board

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