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