加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gdbinit1 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
iot-solution_admin 提交于 2021-03-19 19:41 . init version
#
# Will Run this script before Start Debug
#
#target jtag jtag://127.0.0.1:1025
target remote 127.0.0.1:1025
reset
set $psr=0xe0000000
set $pc=Reset_Handler
set debug-in-rom on
set $r0=0x0000001d
set $r1=0x2000fbf4
set $r2=0x2000efe4
set $r3=0x00000007
set $r4=0x00000002
set $r5=0x200199e0
set $r6=0x2000fb74
set $r7=0x2000f008
set $r8=0x080d5dc0
set $r9=0x200199e8
set $r10=0x2000fb74
set $r11=0x00000007
set $r12=0x00000002
set $r13=0x20019b20
set $r14=0x2000f00c
set $r15=0x80000340
set $psr=0x2000c000
set $pc=0x80000340
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化