ESP32 S2 WROOM - UART RTS and CTS
Posted: Sun Jun 12, 2022 11:21 pm
Hi,
I am highly confused with UART wiring from ESP32-S2-WROOM to my host device.
The host device requires RX, TX, RTS and CTS. Since I am using UART0 for programming, I want to use UART1 for communication between my host device and ESP32.
From some reference schematics and by googling, I figured that I can use. So, now my question, what pins can I use for RTS and CTS?
When I read the datasheet, seems to be, most of the GPIO pins can be set as UART1 by muxing.
Besides, if I look at the datasheet, I am supposed to use GPIO17,18,19 and 20 for this.
But, anyway. long story short, I would like to use RTS and CTS within UART1 next to GPIO33 an dGPIO34.
Any input highly appreciated.
Best regards,
Sener
I am highly confused with UART wiring from ESP32-S2-WROOM to my host device.
The host device requires RX, TX, RTS and CTS. Since I am using UART0 for programming, I want to use UART1 for communication between my host device and ESP32.
From some reference schematics and by googling, I figured that I can use
Code: Select all
GPIO33 as RX and GPIO34 as TX
When I read the datasheet, seems to be, most of the GPIO pins can be set as UART1 by muxing.
Besides, if I look at the datasheet, I am supposed to use GPIO17,18,19 and 20 for this.
But, anyway. long story short, I would like to use RTS and CTS within UART1 next to GPIO33 an dGPIO34.
Any input highly appreciated.
Best regards,
Sener