Jlink 硬件调试和下载问题 #77
YutingYou
started this conversation in
软件问题 / Software
Replies: 2 comments
-
顺便说一下为什么不用 uart 调试的原因:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
赞同,建议支持Jlink调试方式,UART调试并不合适专业开发者,如果这款芯片只是准备给业余玩家随手玩玩的话那就无所谓了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi SiFli Team,
我拆除了 CH343 芯片, 尝试用 JLink 通过 SWD 引脚调试, 想实现两个功能
调试功能正常且稳定, 但重启 MCU 命令

monitor reset
会导致ERROR: Failed to halt CPU
. 有可能是 SWD 引脚的默认功能是 GPIO 而不是 SWD:我尝试重写 ResetTarget() , 现在勉强可以用, 但缺点是 1s 内的断点不会响应, 还需要继续优化, 但是重复重启调试有时候还是会死机, 希望官方能出个稳定脚本.
使用 Jlink 下载的时候使用以下命令和脚本, 可以解决 loadbin 命令执行过程遇到的 reset 问题,
但是通过 loadbin 文件下载的时候会遇到
Error: RAM area configured for this target is too small.
我的操作系统是 macos, 已安装 SF32 系列芯片支持
Beta Was this translation helpful? Give feedback.
All reactions