请问如何使用openOCD锁定CH32V30x系列芯片?

如题。

您好 ,锁定是指读保护的可以使用下面指令。

openocd  -f wch-riscv.cfg  -c init -c halt -c "flash protect_check wch_riscv " -c reset -c exit   查询

openocd  -f wch-riscv.cfg  -c init -c halt -c "flash protect wch_riscv 0 last off"  -c exit 解除

openocd  -f wch-riscv.cfg  -c init  -c halt -c "flash protect wch_riscv 0 last on"  -c exit 使能



谢谢。另外,使用命令行时,WCHISPTool_CH32Vxxx.exe如何通过串口或USB查询、使能和解除CH32V30x芯片的只读保护?


您好,目前命令行只支持下载和校验功能,下载前会自动解除读保护的 


非常感谢!


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