Search found 1 match

by StanInexeon
Mon Apr 22, 2024 9:32 am
Forum: ESP-IDF
Topic: ADC and accurate timing
Replies: 4
Views: 2831

Re: ADC and accurate timing

Hi Frank, I'm trying to do the exact same thing. I found the following issue on the esp-idf github page: https://github.com/espressif/esp-idf/issues/13484 I think the solution might be to: init the driver, start the driver (on the first interrupt), stop the driver (on the second interrupt), deinit t...