How to use the Program interface of the ESP-PROG board to burn firmware for the ESP32-S3-WROOM-1 series modules?

  • ESP-PROG is a development and debugging tool launched by Espressif, which has functions such as automatic firmware download, serial communication, and JTAG online debugging. For specific usage instructions, see: ESP-Prog Download and Debug Board Introduction . ESP-Prog uses FTDI's FT2232HL as the USB Bridge Controller chip, which can be configured to convert the USB 2.0 interface into serial and parallel interfaces that support multiple industry standards. ESP-Prog uses the default dual asynchronous serial interface mode of FT2232HL , and users need to install the corresponding FT2232HL driver on the computer to use it.

Note: The computer will recognize two ports, 端口序号大的是 Program 接口, and the one with the smaller serial number is the JTAG interface. Please refer to the " ESP-Prog Download and Debug Board Introduction " instructions. Before connecting the ESP-PROG tool, it is recommended to close any security protection software on the computer.

  • The ESP-PROG tool Program interface can establish a connection with the ESP32-S3-WROOM-1 series single module to download the firmware. The wiring method is suggested as follows:
ESP-Prog ESP32-S3-WROOM-1
ESP_EN IN
VDD_3V3 3v3
GND GND
TXD0 TXD0
RXD0 RXD0
GND 100

At the same time, make sure that the and Strapping pins of the ESP32-S3-WROOM-1GPIO45 module GPIO46are floating or low when powered on.

insert image description here

insert image description here

Guess you like

Origin blog.csdn.net/Marchtwentytwo/article/details/129163869