Hi,
We are EVMK2H and want to use MPM to load binaries on DSP. A particular situation has raised that we want to load DSPs with OpenMP code that runs on 6 of the cores. Problem is taht how should we load that code ? Should we load a single binary on each of the 6 dsp cores or should we load our program to single core i.e. dsp0 and it will dispatch code to all other cores? We want to do it with the help of MPM. Is it possible?

