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.

McASP problem with delay in C6748

Hi All,

I am going to play back a voice by LCDK6748. everything is working well with the following code.

while(1) {
input = McASPRxBufRead(SOC_MCASP_0_CTRL_REGS, MCASP_XSER_RX);

delay(500);

McASPTxBufWrite(SOC_MCASP_0_CTRL_REGS, MCASP_XSER_TX,input);

}

but, when I run with delay greater than 800, the code does not play anything.  the delay is a symbol of a bunch of procedures. I need the code works with a much greater value of delay.

Can you help me to overcome this problem?

Regards