esp32 uart pin mapping #12203
Unanswered
kjm1102
asked this question in
Hardware & Peripherals
Replies: 1 comment 3 replies
-
No. The ESP32 can map most of it's functions to arbitrary GPIOs (see the datasheet). Nothing printed on a PCB will be able to take this function away from the processor. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a bit confused about pin mapping. On a board like https://www.wemos.cc/en/latest/_static/files/sch_s2_mini_v1.0.0.pdf there are no Tx/Rx labels on the pcb artwork & the user accessible uart (uart1 in the case of the s2) can be mapped to any pair of pins with something like
However other boards like https://www.wemos.cc/en/latest/_static/files/sch_c3_pico_v1.0.0.pdf do have Tx/Rx labels on the pcb artwork. Am I correct in thinking the user accessible uart on these boards is fixed on those pins & can not be moved elsewhere with the uart= command?
Beta Was this translation helpful? Give feedback.
All reactions