Search found 1 match
- Tue Aug 13, 2024 10:58 am
- Forum: ESP-IDF
- Topic: ESP32S3 ADC sampling using DMA
- Replies: 1
- Views: 953
ESP32S3 ADC sampling using DMA
Dear All, I have been trying to design a C++ class for wrapping ADC sampling with DMA based on a circular buffer. I was not able to make the DMA work although i was able to compile and write the ADC continuous mode config code. What i want to accomplish is the following: - I am hopping for a CPU fre...