Hi,
I am getting an "XCKFAIL" error once upon I enable the McASP 0 clock by using following:
WR_MEM_32(CM_ALWON_L3_SLOW_CLKSTCTRL, 2); /* 0x48181400 = 2*/
WR_MEM_32(CM_ALWON_MCASP_0_CLKCTRL, 2); /* 0x48181540 = 2*/
The McASP transmit status XSTAT never has XDATA ready (=0) status. And I found XSTAT does not allow to reset by writing "1" to it either.
Should I ignore this and don't check XDATA before I send data? Then what should I check to get the "ready" status?
Can somebody tell me what else I should have configured to make the McASP clock working?
Thanks in advance.
Philip