How to control the different code running on different devices?Macro?Or only one device is supported ?
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.
How to control the different code running on different devices?Macro?Or only one device is supported ?
Luo,
We do support mutlicore programming tools like OpenMP that allows you to offload code to different cores either using compiler pragma`s or using other IPC mechanisms. For details you will need to look at Processor SDK RTOS documentation for the multicore C66x device that you are using for development:
http://downloads.ti.com/mctools/esd/docs/openmp-dsp/intro.html
You can also have the cores running independent code.
Regards,
Rahul