Hi,all
I'm new in develop a multicore DSP project,and my problem is that how do I manage my project in my app.
and my app is to receive data from serio (RapidIO),and deal the received data with same kind of Algorithm,and then transmit the result data through NDK to the PC .
Do I need to use openEM or IPC or some other way,such as :assign one core to reveive data from RapidIO and move them to the DDRIII,one core to proceed Algorithm,and one core to trarnsmit the result data through NDK to the PC?? By the way I'm using CCS and the sys/BIOS.
Do I make myself understood?
Thanks!!