Search found 1 match
- Wed Aug 30, 2023 7:30 pm
- Forum: ESP-IDF
- Topic: ESP32S2 Simultaneous ADC/DAC DMA
- Replies: 4
- Views: 2051
Re: ESP32S2 Simultaneous ADC/DAC DMA
Me too have the same problem. I didn't succeed to use adc and dac simultaneously. The error that I get is: E (3388) spi: alloc_dma_chan(212): no available dma channel assert failed: dma_chan_free spi_common.c:331 (spi_dma_chan_enabled & BIT(dma_chan)) If I stop the continuous DAC and try just contin...