Page 1 of 1

ADC2 on ESP32-S3 and digital controller

Posted: Wed Jul 17, 2024 2:11 pm
by MattiaBerton
Hello,
I'm using an ESP32-S3, both ADC1 and ADC2 used. I would like to use the digital controller for both of them. I know that ADC2 has some problem, because the digital controller (ADC-DMA) can't be used with ADC2.
However, I would not use the DMA, I would work in Interrupt. With Interrupt, is it possible to work with ADC2 in Digital controller and have reliable results?