Search found 2 matches

by tiagomenezess
Mon Dec 28, 2020 2:54 pm
Forum: ESP-IDF
Topic: I2S master clock
Replies: 2
Views: 6781

Re: I2S master clock

HanVertegaal wrote:
Sat Nov 18, 2017 2:11 pm

Code: Select all

    i2s_config.mode = (i2s_mode_t)(I2S_MODE_MASTER | I2S_MODE_TX);
I think this should be "I2S_MODE_RX" for your ADC instead of TX.
by tiagomenezess
Mon Dec 28, 2020 2:51 pm
Forum: ESP-IDF
Topic: I2S master clock
Replies: 2
Views: 6781

Re: I2S master clock

Hi there,

Have you managed to make your ADC work with this clock? I've been dealing with the same issue for a while now.

Regards,
Tiago