# espressif **Repository Path**: mcu8300/espressif ## Basic Information - **Project Name**: espressif - **Description**: esp32系列单片机,裸机编程,欢迎同道中人互相讨论 - **Primary Language**: C - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2023-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # espressif #### Esptool Install sudo apt install pipx pipx install esptool pipx ensurepath //you will need to open a new terminal or re-login #### Software Test #### Installation #### note **ss** 1.使用windows 2.买个单独pwd板,直接笔记本驱动 3.不能调试原因怀疑与18、19接的100r可能有关 #### Contribution #### debug openocd -d3 -locd.log #### compile openocd -f board/esp32c3-builtin.cfg #### write flash bootloader 0x00000000 partitions 0x00008000 "E:\mixly2.0\arduino-cli\Arduino15\packages\esp32\tools\esptool_py\4.5/esptool.exe" --chip esp32c3 --port "COM3" --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 "E:/mixly2.0/mixlyBuild/testArduino.ino.bootloader.bin" 0x8000 "E:/mixly2.0/mixlyBuild/testArduino.ino.partitions.bin" 0xe000 "E:\mixly2.0\arduino-cli\Arduino15\packages\esp32\hardware\esp32\2.0.7/tools/partitions/boot_app0.bin" 0x10000 "E:/mixly2.0/mixlyBuild/testArduino.ino.bin" esptool.py write_flash 0x0 t1.bin #### error openocd : Error: [esp32c3] Timed out after 5s waiting for busy to go low (abstractcs=0x10001102). Increase the timeout with riscv set_command_timeout_sec. Error: [esp32c3] Timed out after 5s waiting for busy to go low (abstractcs=0x10001102). Increase the timeout with riscv set_command_timeout_sec. Error: [esp32c3] Fatal: Failed to read s0. Warn : target esp32c3 examination failed power is not enough