esp-idf/examples/peripherals/adc/continuous_read/main
Armando b4c90c44d2 adc: no longer support adc2 continuous mode on esp32c3 and esp32s3
Due to HW limitation, we don't support this anymore. On s3 and c3, ADC2 under continuous  mode is not stable.

However, you can enable CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 to force use
ADC2.

Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
2022-12-16 02:06:03 +00:00
..
CMakeLists.txt driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
continuous_read_main.c adc: no longer support adc2 continuous mode on esp32c3 and esp32s3 2022-12-16 02:06:03 +00:00