Hello,
I am working on the TMS320C66x evalutation platform. At the moment I am able to debug the same Sys/Bios application for every DSP-Core. How do I assign different (Sys/Bios) applications to different DSP cores?
Best regards
Friedrich
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.
Hello,
I am working on the TMS320C66x evalutation platform. At the moment I am able to debug the same Sys/Bios application for every DSP-Core. How do I assign different (Sys/Bios) applications to different DSP cores?
Best regards
Friedrich
Hi Friedrich,
From what I understand you are building a common application to run on the different C66x cores and now want to create a separate application for each C66 core. Am I right ? Are you using the single image IPC example ?
In order to build independent applications for the different cores, you can create separate projects for each core and a custom platform to use with each core.You will need to split the available memory between the platforms. Please refer the "Creating a Custom Platform" section of SYS/BIOS user guide.
Best,
Ashish