Introduction - If you have any usage issues, please Google them yourself
This example uses the AIC23 codec module of the 6713 DSK Board Support Library to generate a 1KHz sine wave on the audio outputs for 5 seconds.The sine wave data is pre-calculated in an array called sinetable. The codec operates at 48KHz by default. Since the sine wave table has 48 entries per period, each pass through the inner loop takes 1 millisecond.5000 passes through the inner loop takes 5 seconds.