WROOM32EU GPIO9 and GPIO10 init UART1 #14184
Unanswered
allisyuxianshen
asked this question in
ESP32
Replies: 2 comments
-
But the docs also say:
My question would be ... how does Arduino work-around this apparent conflict? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello davefes Right, so I later changed the pin configuration to other GPIOs. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.
I've searched for existing issues regarding this feature, and didn't find any.
Description
I wanted to use GPIO9 and GPIO10 on the WROOM32EU as UART1. However, after checking some forums, I found out that these pins are used for flash memory in this version, but the official documentation mentions that these two pins can still be used as UART. I tried to implement this in Arduino and it worked, but I couldn't achieve the same with MicroPython. Is there any way to do this?
Code Size
No response
Implementation
Beta Was this translation helpful? Give feedback.
All reactions