You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the i2s mic reference output development, we spotted the redundant clock output from TLV320DAC3101 GPIO1 pin (I2S_DOUT net).
The following code segment should be removed from the function dac3101_init (dac/dac3101.c) to disable GPIO1 pin by default. // Set GPIO1 output to come from CLKOUT output.
dac3101_reg_write(DAC3101_GPIO1_IO, 0x10) == 0 &&
Testing Kit: XK-VOICE-L71
The text was updated successfully, but these errors were encountered:
During the i2s mic reference output development, we spotted the redundant clock output from TLV320DAC3101 GPIO1 pin (I2S_DOUT net).
The following code segment should be removed from the function dac3101_init (dac/dac3101.c) to disable GPIO1 pin by default.
// Set GPIO1 output to come from CLKOUT output.
dac3101_reg_write(DAC3101_GPIO1_IO, 0x10) == 0 &&
Testing Kit: XK-VOICE-L71
The text was updated successfully, but these errors were encountered: