1 Star 0 Fork 0

tea-sea-sun/stm32f103

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gdbinit 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
silent-rain 提交于 2023-08-10 22:09 . 更新gdb
target remote :3333
monitor arm semihosting enable
# # send captured ITM to the file itm.fifo
# # (the microcontroller SWO pin must be connected to the programmer SWO pin)
# # 8000000 must match the core clock frequency
# monitor tpiu config internal itm.fifo uart off 8000000
# # OR: make the microcontroller SWO pin output compatible with UART (8N1)
# # 2000000 is the frequency of the SWO pin
# monitor tpiu config external uart off 8000000 2000000
# # enable ITM port 0
# monitor itm port 0 on
load
step
# list main
# break 18
# info break
# continue
# print x
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/tea-sea-sun/stm32f103.git
git@gitee.com:tea-sea-sun/stm32f103.git
tea-sea-sun
stm32f103
stm32f103
master

搜索帮助