自制的ESP32-C3 FH4板子使用串口烧录,代码一直烧录失败,命令行显示以下信息:
> Executing task: E:\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe E:\esp\esp-idf\components\esptool_py\esptool\esptool.py -p COM1 -b 460800 --before default_reset --after hard_reset --chip esp32c3 write_flash --flash_mode dio --flash_freq 80m --flash_size detect 0x10000 static_ip.bin 0x0 bootloader/bootloader.bin 0x8000 partition_table/partition-table.bin <
esptool.py v3.3-dev
Serial port COM1
Connecting....
Chip is ESP32-C3 (revision 3)
Features: Wi-Fi
Crystal is 40MHz
MAC: a0:76:4e:32:15:84
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Traceback (most recent call last):
File "E:\esp\esp-idf\components\esptool_py\esptool\esptool.py", line 5347, in <module>
_main()
File "E:\esp\esp-idf\components\esptool_py\esptool\esptool.py", line 5340, in _main
main()
File "E:\esp\esp-idf\components\esptool_py\esptool\esptool.py", line 4760, in main
detect_flash_size(esp, args)
File "E:\esp\esp-idf\components\esptool_py\esptool\esptool.py", line 3778, in detect_flash_size
flash_id = esp.flash_id()
File "E:\esp\esp-idf\components\esptool_py\esptool\esptool.py", line 835, in flash_id
return self.run_spiflash_command(SPIFLASH_RDID, b"", 24)
File "E:\esp\esp-idf\components\esptool_py\esptool\esptool.py", line 1123, in run_spiflash_command
old_spi_usr = self.read_reg(SPI_USR_REG)
File "E:\esp\esp-idf\components\esptool_py\esptool\esptool.py", line 708, in read_reg
val, data = self.command(self.ESP_READ_REG, struct.pack('<I', addr), timeout=timeout)
File "E:\esp\esp-idf\components\esptool_py\esptool\esptool.py", line 468, in command
p = self.read()
File "E:\esp\esp-idf\components\esptool_py\esptool\esptool.py", line 413, in read
return next(self._slip_reader)
StopIteration
终端进程“E:\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe 'E:\esp\esp-idf\components\esptool_py\esptool\esptool.py', '-p', 'COM1', '-b', '460800', '--before', 'default_reset', '--after', 'hard_reset', '--chip', 'esp32c3', 'write_flash', '--flash_mode', 'dio', '--flash_freq', '80m', '--flash_size', 'detect', '0x10000', 'static_ip.bin', '0x0', 'bootloader/bootloader.bin', '0x8000', 'partition_table/partition-table.bin'”已终止,退出代码: 1。
自制ESP32-C3 FH4板子无法烧录代码
-
- Posts: 1
- Joined: Sat Jun 11, 2022 8:11 am
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- 全国大学生物联网设计竞赛乐鑫答疑专区
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: No registered users and 60 guests
- All times are UTC
- Top
- Delete cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. ESP8266EX and ESP32 are some of our products.