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 use a pipe to transfer data between two tasks??

Hi,all,

I want to use a pipe to transfer data between two tasks ,but  I don't know how to configure the pipe.My DSP/Bios is 5.31.

for example ,one task is captureTsk,and the other task is processTsk, I need to transfer data from

captureTsk  to processTsk,how should I configure the pipe 's properties NotifyReader and NotifyWriter?

 

  • What DaVinci platform and Operating system are you using? Are you referring to a software pipe (as opposed to IPIPE hardware on DM355)?  Please provide more information so we can advise accordingly.

  • Juan Gonzales said:

    What DaVinci platform and Operating system are you using? Are you referring to a software pipe (as opposed to IPIPE hardware on DM355)?  Please provide more information so we can advise accordingly.

     

    Hi,Juan Gonzales

    my platform is DM642 EVM, and my development environment is CCS 3.3.81.6 with DSP/BIOS 5.31.02, pipe is an object of the DSP/BIOS 's PIP Module .