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.

TDA3XEVM: EVMTDA3G-02-40-00 Parallel Processing

Part Number: TDA3XEVM

Using evaluation module, P/N:  EVMTDA3G-02-40-00

When executing one algorithm, we want to shorten the calculating time by distributing the parts that can be processed in parallel to two processors.

For example, while executing the algorithm on Processor1, it branches in a specific section that can be processed in parallel.

This is a function that passes data to Processor1(M4/DSP)->Processor2(M4/DSP) and executes a part that can be processed in parallel in each processor.

I want to know how to implement the function of passing data and receiving data while switching between processors using IPC.

In the VISION SDK and the provided manual, it seems that data is exchanged between processors in a fixed format related to images.

 

Can I get an example code that processes data between processors using IPC with the data structure desired by the user?

I already have checked all the documents and example codes provided.

Thank you.

Young Lee