git clone --recursive https://github.com/IRobot-EC-2024/stm32f4_template.git
相关文件都在 ./openocd/ 下面
- 首先要有openocd工具,可以从官网下载安装。还要有cortex debug插件。
- 主要有三个target可以使用:
cmake ..
make
后可以使用
make download
flash to stm32make reset
reset stm32make erase
erase stm32
- 自动生成了 launsh.json 文件,可以直接在vscode的调试中使用。