其他分享
首页 > 其他分享> > The hardware conditions for the ESP32-C3 chip to enter the “ Download Mode“

The hardware conditions for the ESP32-C3 chip to enter the “ Download Mode“

作者:互联网

The ESP32-C3 downloads firmware via UART0 (U0TXD (GPIO21) and U0RXD (GPIO20)) by default. Please refer to the 《ESP32-C3 Datasheet》.
在这里插入图片描述


1 The following hardware conditions must be met for the ESP32-C3 chip to start:


2 The following pins level requirements must be met when the ESP32-C3 series chips need enter the download mode :

VDD -> 3V3           (The Power Supply)
GND -> GND           ("Common ground" with power supply)
GPIO2 -> Pull Up     (Controls the SPI Flash startup mode)
GPIO8 -> Pull Up     (Start `Download Mode`)
GPIO9 -> Pull Down   ( Enter the `Download Dode`)
CHIP_EN -> Pull Up   (Enables the Chip, Do not leave the `CHIP_EN` pin floating)
TXD0 、RXD0          (Correct Connection)

【Note】

  • The strapping combination of GPIO8 = 0 and GPIO9 = 0 is invalid and will trigger unexpected behavior.

  • Please refer to the 《ESP32-C3 Datasheet》 about " Srtapping Pins " instructions.

在这里插入图片描述


3 Power­on Sequence

在这里插入图片描述


4 If the download fails, Please refer to the following methods for troubleshooting:


5 【Introductions】

标签:ESP32,C3,hardware,download,Download,chip,refer
来源: https://blog.csdn.net/Marchtwentytwo/article/details/122782526