Hi everyone,
I am working with the C6657 platform, SYS/BIOS version and package 6_37_00_20, and CCS 5.1.1.00031.
I want to split my application in two images, one is in charge of acquisition and preprocessing of data, and the other one is in charge of decoding and transfer to a PC. Each image should work in a different core
My idea so far is using an IPC mechanism (e.g. Notify) to tell the second core the moment when the first core finish with its task. The examples provided by TI is a single image loaded in the two cores.
Is there any example of this kind of situation? i guess there should be an agree between both cores about where to store the IPC info related in the MSMC area and this should be reflected in the .cfg file
Thanks in advance
Javier Eroles