FTDI to flash ESP32 (UART1/UART2) #15445
Replies: 2 comments 3 replies
-
https://docs.micropython.org/en/latest/esp32/quickref.html
ESP32-WROOM-32U DevkitC-v1uses pins 34 and 35 for default UART0. For bare ESP32 modules I use those same pins. Probably not much help, sorry. |
Beta Was this translation helpful? Give feedback.
-
My understanding (not verified) is that the ESP32 ROM bootloader accepts communication on UART0 or UART1, so it should be possible (eg. this page implies it). Be careful that you board does not overload the UART1 gpio pins (9 and 10) for any other purpose (eg. for onboard QSPI flash). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys!
Id like to know if is possible to flash my ESP32, using a module FTDI (FT232RL) connected in UART1 or UART2 of ESP. I know that the USB connector is UART0. I tried to flash in UART0 using the module and occurred good. And Im using Thonny IDE to try this.
ESP model: ESP32 Doit Devkit - 38 pins
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions