8aedf51c0f099c6c126346ebc60fd124e3d21c89
Chip-cn-dat/Espressif/ESP32/ESP32-C3-dat/ESP32-C3-DAT.md
... | ... | @@ -84,18 +84,27 @@ I2C |
84 | 84 | * https://github.com/espressif/arduino-esp32/issues/5478 |
85 | 85 | |
86 | 86 | |
87 | -## Boot Loag |
|
87 | +## Boot Log |
|
88 | 88 | |
89 | -boot log |
|
89 | +If you have a serial USB-TTL bridge board or cable, you can read following debug output from the serial |
|
90 | 90 | |
91 | 91 | ESP32-C3S |
92 | - ESP-ROM:esp32c3-api1-20210207 |
|
93 | - Build:Feb 7 2021 |
|
94 | - rst:0x1 (POWERON),boot:0x7 (DOWNLOAD(USB/UART0/1)) |
|
95 | - waiting for download |
|
92 | + |
|
93 | + ESP-ROM:esp32c3-api1-20210207 |
|
94 | + Build:Feb 7 2021 |
|
95 | + rst:0x1 (POWERON),boot:0x7 (DOWNLOAD(USB/UART0/1)) |
|
96 | + waiting for download |
|
96 | 97 | |
97 | 98 | ESP32-C3-12F |
98 | - ESP-ROM:esp32c3-api1-20210207 |
|
99 | - Build:Feb 7 2021 |
|
100 | - rst:0x1 (POWERON),boot:0x0 (USB_BOOT) |
|
101 | - wait usb download |
|
... | ... | \ No newline at end of file |
0 | + |
|
1 | + ESP-ROM:esp32c3-api1-20210207 |
|
2 | + Build:Feb 7 2021 |
|
3 | + rst:0x1 (POWERON),boot:0x0 (USB_BOOT) |
|
4 | + wait usb download |
|
5 | + |
|
6 | + |
|
7 | +## ESP32-C3 Enter into Flash Mode |
|
8 | + |
|
9 | +- Connect wiring first |
|
10 | +- Hold down IO9 |
|
11 | +- Press EN or RST button to restart the module, and enter into flash mode |
SDK/ESP-SDK-dat/flash-download-tool/flash-download-tool.md
... | ... | @@ -54,13 +54,6 @@ wiring with USB-TTL cable |
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | -### ESP32-C3 Enter into Flash Mode |
|
58 | - |
|
59 | -- Connect wiring first |
|
60 | -- Hold down IO9 |
|
61 | -- Press EN or RST button to restart the module, and enter into flash mode |
|
62 | - |
|
63 | - |
|
64 | 57 | ## Common Error |
65 | 58 | |
66 | 59 | ![](2023-12-14-14-46-50.png) |