Hi I am trying to use the CSL library functions to configure AIC3204 codec and to play the 1khz tone on the headfphone .
I wrote this new c source code ,and tested with breakpoints at 'aic3204_write ' ( please see the program attached , please note all
the relevent code are in i2c.c al lthe other source file are not used o be ) .
With the breakpoints its not giving any errors,but not playing the sound . But if i run it without breakpoints it will flag 'Bus busy'
.I would like to know if I have done the I2c init , i2c setup in the properway , and what else I have to do properly communicate with AIC3204
using I2c .
thanks
Dingle