Non i2c DAC - disable i2c Topic is solved

If you have a simple question and just want an answer.
Thomas1970
Junior Member
Posts: 5
Joined: Wed Jul 09, 2014 7:13 pm

Non i2c DAC - disable i2c

Post by Thomas1970 »

I'm doing a DAC using U8 in a 2ioxsd configuration. I'm not using the i2c with the DAC chip I intend to use. I have my own hardware without the CS4392 but it fails doing audio playback. To track down the difference between my hardware and the Eval kit I removed the CS4392 from the Eval Kit and this now fail in exactly the same way as my own hardware. So I need to disable the i2c in the project. How do I do this?

Best regards,

Thomas

View Solution
srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

Hi,

Can you specify more information on the issue such as the software package, evaluation kit that you are referring to?

 

 

Thomas1970
Junior Member
Posts: 5
Joined: Wed Jul 09, 2014 7:13 pm

Post by Thomas1970 »

I'm using:

XK-USB-Audio-U8-2C-AB Eval kit

xTIME composer Community 13.1.0

app_usb_aud_xk_u8_2c project with 2ioxsd configuration.

srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

In order to bypass the I2C based codec calls, remove the instances where the codec configuration related calls are made:

- from audiohe.xc, remove the i2c related calls

- remove the i2c calls from the startup and stream configuration

- remove the port assignments from the main.xc