Tool/software: TI-RTOS
Hi TI experts;
Im trying to use TI AM5728 for image processing and its my first xperiment:
ARM runs linux and DSP uses RTOS
ARM gets the image and hand it over to dsp1 for further process, then dsp2 takes part for some other process as a slave of dsp1.
as far i understand from ti DOC's, the best way to do that is IPC, so i am using messageQ Ex as reference, to do that in high speed i need to pass pointers between unit, not data
1- first question i have, is this the best way to handle my need??? all what matters is speed, if no, what is your suggestion?
2- how an i pass pointers in this IPC case?
plz lead me on how to do this with all details you can give me. thanks for your support