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.

dsplink loopgpp fails on DM6446EVM

Other Parts Discussed in Thread: OMAP5912

Hi all,

     I am trying dsplink sample loopgpp on DM6446EVM, with dsplink 1.6.0 the sample

    can run without error;   with dsplink 1.6.3 task hangs in CHNL_reclaim however handshake can pass.

    Seems that gppside is waiting for some signal(event) but never get it.  Here is part of the output:

   ......

   .....

Expected DSP handshake value: [0xbaba007f]

Leaving DRV_Invoke ()   status [0x8000]
Entered _SYNC_USR_leaveCS ()
        csObj   [0x80eebfd4]
Leaving _SYNC_USR_leaveCS ()    status [0x8000]
Leaving PROC_start ()   status [0x8000]
Entered CHNL_issue ()
        procId  [0x0]
        chnlId  [0x0]
        ioReq   [0x8105ac9c]
Entered DRV_Invoke ()
        drvObj  [0x81038fe0]
        cmdId   [0x6d03]
        arg1    [0x810491a8]
        arg2    [0x0]
Leaving DRV_Invoke ()   status [0x8000]
Leaving CHNL_issue ()   status [0x8000]
Entered CHNL_reclaim ()
        procId  [0x0]
        chnlId  [0x0]
        timeout [0xffffffff]
        ioReq   [0x8105ac9c]
Entered DRV_Invoke ()
        drvObj  [0x81038fe0]
        cmdId   [0x6d04]
        arg1    [0x810491a8]
        arg2    [0x0]
                         -------------------> waiting here

  Can anyone give some directions? Thanks in advance.