Other Parts Discussed in Thread: PCM4204
Hello,
I use PCM4204 with 4 channel analog input, and C6743 DSP.
4 Channels are AR[0] R/L, AR[1] R/L.
I could see the data at AR[0] R/L, but I could not see the AR[1] R/L, I olny could see all zeros.
Could you please send sample program for me.
I don't use TI BIOS, but I use TI Start Ware, modified 1 Rx, 1 Tx to 4 Rxs.
Actually, my modification is only 2 point for this purpose,
Please advice me.
McASPSerializerRxSet(SOC_MCASP_1_CTRL_REGS, MCASP_XSER_RX);
McASPSerializerRxSet(SOC_MCASP_1_CTRL_REGS, MCASP_XSER_RX2); <--- HERE!
McASPPinDirInputSet(SOC_MCASP_1_CTRL_REGS, MCASP_PIN_AFSX
| MCASP_PIN_ACLKX
| MCASP_PIN_AFSR
| MCASP_PIN_ACLKR
| MCASP_PIN_AXR(MCASP_XSER_RX) //);
| MCASP_PIN_AXR(MCASP_XSER_RX2)); <----- HERER!
Thank You.
Suno.