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.

L138 audioSoc run stop at handshake!



Hi 

   when I run:

./audioSoc_gpp audioSoc_dsp.out davincieffect_clip.pcm

  Stop and lock at:

LDRV_DRV_handshake (IN ProcessorId dspId, IN DRV_Handshake hshkCtrl)
{

...

(DSP_SUCCEEDED (status)) {

/* --------------------------------------------------------------------
* Handshake with the DSP
* --------------------------------------------------------------------
*/
status = (drvState->interface->handshake) (dspId,
drvState->linkDrvId,
hshkCtrl) ;

....

}

 Why? Who can help me to resolve it? 

 Thanks very much!