Hi,
I am working on 6670 Multi core FFT test project using EVM6670LE. I can run the project successfully in synchronous mode by grouping all the cores as shown below(CCSv6). Same code is loaded into the four cores. I am trying to understand the execution order of the cores. Core 0 is responsible for enabling power for FFT co-processor. So Core 0 should run first in order for the other cores to execute the FFTC code.
1. So can someone explain me the sequence in which the cores run when I run the entire group ?
2. Is there a way to configure the order of execution of cores ?
Thanks
Hari