3 Star 1 Fork 0

HNUYueLuRM/Sentry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
openocd_dap.cfg 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
屈周洋 提交于 2024-01-18 16:58 +08:00 . 与视觉测试发送接收数据成功
# 选择调试器为jlink
source [find interface/cmsis-dap.cfg]
# source [find interface/jlink.cfg] #使用cmsis-dap硬件进行调试,注意其他地方也要更改
# OpenOCD作为GDB和硬件调试器的桥梁(为硬件提供抽象,把接口给GDB),支持多种硬件调试器.
# OpenOCD会自动在其根目录的share/openocd/scripts/interface里面寻找对应的配置文件
# 选择接口为SWD
transport select swd
# 选择目标芯片
source [find target/stm32f4x.cfg]
# OpenOCD会自动在其根目录的share/openocd/scripts/target里面寻找对应的配置文件
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hnuyuelurm/sentry.git
git@gitee.com:hnuyuelurm/sentry.git
hnuyuelurm
sentry
Sentry
master

搜索帮助