Search found 1 match
- Tue May 23, 2023 5:28 pm
- Forum: ESP-IDF
- Topic: ESP32S2 Simultaneous ADC/DAC DMA
- Replies: 4
- Views: 2053
ESP32S2 Simultaneous ADC/DAC DMA
I have sadly discovered that the ADC and DAC cannot both be used in continuous DMA mode. I assume this is because they share the same DMA controller from the SPI3 peripheral. Could there be a way to route another DMA to the ADC/DAC? I do not have the processing headroom to use one shot modes/ timers.