【分享】使用开源的 DAPLink 调试器及 pyOCD 烧录程序 #76
xingrz
started this conversation in
Show and tell
Replies: 1 comment 6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
README 里提到,我们可以通过 SWD 口用 JLink 或者 STLink 烧录。但是为了将开源贯彻到底,我们其实还可以用开源的 DAPLink 调试器和 pyOCD 烧录,支持 Windows/Linux/Mac。这里大致跟大家分享一下怎么做。
准备工具
Keil.STM32F1xx_DFP.2.4.0.pack
如何连接
准备三根杜邦线,将 GND/SWDIO/SWCLK 三个引脚接到 DAPLink 对应引脚上。
如何烧录
执行命令:
完成!
下一篇将会跟大家分享一个 Bootloader,不借助调试器直接通过 USB 更新固件。
Beta Was this translation helpful? Give feedback.
All reactions