Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant clock output from TLV320DAC3101 GPIO1 pin #357

Open
dannyhui-xmos opened this issue May 10, 2024 · 0 comments
Open

Redundant clock output from TLV320DAC3101 GPIO1 pin #357

dannyhui-xmos opened this issue May 10, 2024 · 0 comments

Comments

@dannyhui-xmos
Copy link

dannyhui-xmos commented May 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant