Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32-S3 and -C3: analogread on ADC2 channels broken #11

Open
1 task done
softhack007 opened this issue Dec 20, 2022 · 0 comments
Open
1 task done

ESP32-S3 and -C3: analogread on ADC2 channels broken #11

softhack007 opened this issue Dec 20, 2022 · 0 comments
Labels
bug external a bug in external driver or library

Comments

@softhack007
Copy link
Collaborator

softhack007 commented Dec 20, 2022

This is a reminder for future consideration:

espressif is planning to remove support for ADC2 analog input on -C3 and maybe also on -S3 chips.

Affected:

Due to the hardware limitation of ESP32-S3 and ESP32-C3 (See errata: S3 section 1.1, C3 section 1.1), we plan to remove the support for ADC2 in IDF drivers.

  • For S3, the digital controller (ADC-DMA) can't be used with ADC2, while you are still able to use ADC2 with RTC controller (one-shot).
  • For C3, the ADC2 can't be used at all, because both one-shot and ADC-DMA are realized by digital controller.

Which microcontroller/board are you seeing the problem on?

ESP32-S3, ESP32-C3

Code of Conduct

  • I agree to follow this project's Code of Conduct
@softhack007 softhack007 added bug Something isn't working bug external a bug in external driver or library and removed bug Something isn't working labels Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug external a bug in external driver or library
Projects
None yet
Development

No branches or pull requests

1 participant