How to configure the XCore microphone array board disable DAC(XK-USB-MIC-UF216)? Topic is solved

If you have a simple question and just want an answer.
Post Reply
shanghaiwangyong
Member++
Posts: 17
Joined: Mon Nov 13, 2017 9:53 am

How to configure the XCore microphone array board disable DAC(XK-USB-MIC-UF216)?

Post by shanghaiwangyong »

Hello,

How to configure the XCore microphone array board disable DAC(XK-USB-MIC-UF216)?use app_usb_aud_mic_array example code.


View Solution
User avatar
andrewxcav
Active Member
Posts: 62
Joined: Wed Feb 17, 2016 5:10 pm
Contact:

Post by andrewxcav »

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.
shanghaiwangyong
Member++
Posts: 17
Joined: Mon Nov 13, 2017 9:53 am

Post by shanghaiwangyong »

Thank you for your reply .
Post Reply