IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 嵌入式 -> 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》.
在这里插入图片描述

  • On the Windows environment, you can use the “Flash Download Tool” to download the firmware (The bin file).

  • On the Ubuntu environment, you can use the “ esptool ” to download the firmware (The bin file). For example:

    esptool.py -p /dev/ttyUSB1 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 /home/caiguanhong/Documents/test_version_bbe4b67/bootloader.bin 0x8000 /home/caiguanhong/Documents/test_version_bbe4b67/partition-table.bin 0x10000 /home/caiguanhong/Documents/test_version_bbe4b67/ssc.bin
    

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

  • The ESP32-C3 chip working voltage range is 3.0 V ~ 3.6 V; If you use a single power supply, the recommended voltage of the power supply for ESP32-C3 family is 3.3 V, and its recommended output current is 500 mA or more. Please refer to the 《ESP32-C3 Hardware Design Guidelines》.
    在这里插入图片描述

  • If using the ESP32-C3 series Chips , you need require an external 40 MHz crystal oscillator for chip startup. If using the ESP32-C3 series modules , there is no longer need to external starting crystal oscillator. The hardware working conditions of ESP32-C3 chip can refer to the《ESP32--C3--MINI-1 Datasheet》.

    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述


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

  • The Chip_EN pin can be enabled only after the power supply reaches 50 us after 2.8 V.That is when VDD reaches 2.8 V, EN cannot exceed 0.7 V. Please refer to the 《ESP32-C3 Hardware Design Guidelines》 about " 2.2.1 Power-on Sequence " .

在这里插入图片描述


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

  • After the serial port tool is powered on, please pull down the Chip_EN pin and reset it , the serial port will print logs. If print the “waiting for Download” logs , it proves that the chip is in download mode.

    ESP-ROM:esp32c3-20200918
    Build:Sep 18 2020
    rst:0x1 (POWERON),boot:0x4 (DOWNLOAD(USB/UART0/1))
    waiting for download
    
  • After entering the download mode, if the COM port is in waiting for Power-on synchronization state on the “Flash Download Tool” , please check whether the COM port is correctly selected or occupied. And whether the UART0 download interface is correctly connected.
    在这里插入图片描述


5 【Introductions】

  嵌入式 最新文章
基于高精度单片机开发红外测温仪方案
89C51单片机与DAC0832
基于51单片机宠物自动投料喂食器控制系统仿
《痞子衡嵌入式半月刊》 第 68 期
多思计组实验实验七 简单模型机实验
CSC7720
启明智显分享| ESP32学习笔记参考--PWM(脉冲
STM32初探
STM32 总结
【STM32】CubeMX例程四---定时器中断(附工
上一篇文章      下一篇文章      查看所有文章
加:2022-02-05 21:53:26  更:2022-02-05 21:54:20 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/26 10:37:32-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码