hello All,
While coding in CCSv5.5 for audio applications where C6713 has to read audio data through line in pin.
Why do we need to provide different Mcbsp configuration setting for Control and Data(We are also defining codec configuration for audio read).
McBSP0 should provide the codec with all the controls, why do we need different data configuration..?
My program goes like this
1. include files
2. MCBSP_Config mcbspCfgControl={................................}
3. MCBSP_Config mcbspCfgData={................................}
4.codecConfig={..................................}
5. main program and other program functions.
Thanks
Nageshwar