请教如何使用EIDE下载ch32V20x系列

EIDE可以下载WCH-link Shell下载脚本,但是下载不了

您好,可以参考下链接教程配置一下试一试

https://www.cnblogs.com/wahahahehehe/p/16896184.html

 


{FDDCB2CB-90FA-4ff4-97B5-15C6FDE6B166}.png

download.sh文件内容如下

#!/bin/bash


firmwareFile=$(echo $1 | sed 's/^\([a-zA-Z]\)\(.*\)/\2/g; s/://g' | sed 's/\\/\//g')



D:/MounRiver/MounRiver_Studio/toolchain/OpenOCD/bin/openocd.exe -f D:/MounRiver/MounRiver_Studio/toolchain/OpenOCD/bin/wch-riscv.cfg \

    -c init -c halt \

    -c "flash erase_sector wch_riscv 0 last" \

    -c "program ${firmwareFile}" \

    -c "verify_image ${firmwareFile}" \

    -c wlink_reset_resume -c exit



感谢


只有登录才能回复,可以选择微信账号登录