Search found 1 match
- Tue Feb 27, 2018 6:47 pm
- Forum: ESP-IDF
- Topic: ADC and DMA
- Replies: 1
- Views: 6253
ADC and DMA
I have just begun to use this platform and I am suffering trying to understand how the ADC DMA works, and for my embarrassment I cannot. Using the i2s_adc_dac example I have set the i2s with this configuration void example_i2s_init() { int i2s_num = EXAMPLE_I2S_NUM; i2s_config_t i2s_config = { .mode...