I have a question.
On ARM side, I use "Engine_open", "VIDDEC_create","VIDDEC_control","VIDDEC_process","VIDDEC_delete","Engine_close",etc
to call DSP. In "VIDDEC_process",I jumped to DSP side from ARM side,and executed the Algorithm on DSP side .
When DSP executed its Algorithm, the state of ARM is idle??
How can I tell ARM to keep doing the remaining things?
Thanks all.