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.

CCS/PROCESSOR-SDK-DRA8X-TDA4X: trRespStatus =4

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Tool/software: Code Composer Studio

Hi :

     i    add   this   sample     pdk\packages\ti\drv\udma_new\examples\udma_dru_test     to   vision_apps\utils

    i   check  the  code   is  the  same   and  run  step  by  step   retVal is  UDMA_SOK ,   but  trRespStatus is  4,

     so    what   can  i  check   about    to  solve  this  problem!

 trRespStatus = CSL_FEXT(*pTrResp, UDMAP_TR_RESPONSE_STATUS_TYPE);
        if(trRespStatus != CSL_UDMAP_TR_RESPONSE_STATUS_COMPLETE)
        {
            App_print("[Error] TR Response not completed!!\n");
            retVal = UDMA_EFAIL;
        }

Thanks!

Shuai