-
打开 OpenOCD安装目录\share\openocd\scripts 目录,新建对应芯片型号cfg文件。
-
输入
source [find interface/jlink.cfg]
transport select swd
source [find target/stm32f1x.cfg]
-
在运行设置里配置为这个文件
-
参考
- 讲解 烧录程序 & 在线调试 这段: https://blog.csdn.net/DP29syM41zyGndVF/article/details/123540028