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.

Compiler/TDA3XEVM: communication from algplugin to usecase

Part Number: TDA3XEVM

Tool/software: TI C/C++ Compiler

HI

I am working on a usecase like: isscapture->algoplugin(dsp1)->display

In the algoplugin ,there is a Face Register function, after finished face registeration or a time period (10 s), I hope  a msg can be sent by the algo processing function,  and the msg can be received by Chains_issIspSimcop_Display,

So that, it can stop the whole chain.

How can I implement the above msg communication.

Thanks!