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.

RTOS: K2GEVM test Problem

Tool/software: TI-RTOS

Thank you for your help !

When test  K2GEVM and  CMB1864 board(  CMB1864 designed by our team ) , we find  that the  real time demo from K2G  programme always stops at  the  function  as follows:  

/* Create McASP channel for Tx */
status = mcaspCreateChan(&hMcaspTxChan, hMcaspDevTx,
MCASP_OUTPUT,
&mcaspTxChanParam,
mcaspAppCallback, &txChanMode);

output  erros is as follows :

xdc.runtime.Main: "src/mcasp_drv.c", line 4082: assertion failure

xdc.runtime.Error.raise: terminating execution

we find that there is no waveform from bitclock at the time. we don't know once programme  stops  here , does  the pin  K2G_AE_Pin33  of Bitclock  from K2GEVM  has bit waveform out ?  

besides ,we don't konw the root cause is from software or hardware . Thank  you  for  your dection the  cause .

 

    Wujun