Other Parts Discussed in Thread: 66AK2G02
Hello,
I'm currently working with the K2G EVM development board using the 66AK2G02 processor that has its MCASP lines connected to the serial data ports of the codec. I'm trying to get audio data in from the serial data only and output it through the DAC to the HPOUT channels. It's not clear to me how you choose the input path to the DAC and control switches "SW-D1" and "SW-D2" shown in section 11.2 "Functional block diagram" in the codec datasheet. I'm currently running example code provided in the PDK for Audio streaming to the codec. The example code is "MCASP_Audio_evmK2G_c66ExampleProject" created by using the:
" pdkProjectCreate.bat K2G EVMK2G little mcasp dsp" command in my PDK directory. I have the MCASP input working just fine and I can record data through microphone inputs I've connected but I cannot get them to stream properly out through the codec.
I'm looking for guidance on where in this codec driver I should be properly configuring the AiC3106 to stream the serial data in out through the codec, since my attempts have yet to produce a working result.
Thanks!