Hello,
How to configure the XCore microphone array board disable DAC(XK-USB-MIC-UF216)?use app_usb_aud_mic_array example code.
How to configure the XCore microphone array board disable DAC(XK-USB-MIC-UF216)? Topic is solved
-
- Member++
- Posts: 17
- Joined: Mon Nov 13, 2017 9:53 am
-
Verified
- Experienced Member
- Posts: 76
- Joined: Wed Feb 17, 2016 5:10 pm
There should be a series of i2c writes to configure the DAC at initialization time. The first of these should turn the DAC off, just send that code over i2c to the DAC i2c address.
The DAC should also have a mute bit in one of it's configuration registers. The DAC datasheet will say exactly where.
The DAC should also have a mute bit in one of it's configuration registers. The DAC datasheet will say exactly where.
-
- Member++
- Posts: 17
- Joined: Mon Nov 13, 2017 9:53 am
Thank you for your reply .