Hello,
we are evaluating the TMS320C6678 for our image processing product. I ordered the TMDSEVM6678LE evaluation board, now its time to read some documentation.
I wonder how to inter-communicate between all of the DSP-cores. My algorithm may be placed on the DSP core like the following.
DSP(1) receives images via ethernet
DSP(1) puts the images into DDR3 FIFO
DSP(2-7) start processing of the images (using the shared Cache and the L2 cache)
DSP(8) handles the results of the worker DSPs(2-7)
DSP(1) writes the results to ethernet again
Each of the DSPs will run DSP/BIOS, ethernet-connection is using UDP. Are there any pre-defined solutions (code-templates) or some DOs-and-DONTs how to do DSP inter-communication?
Best regards
Friedrich