Advanced/Debug #20
Replies: 2 comments 1 reply
-
分享一个我的调试配置
|
Beta Was this translation helpful? Give feedback.
1 reply
-
用 stlink-v2 成功调试,使用了 @createskyblue 的配置模板,额外进行了 libusb 驱动的替换
|
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.
-
Advanced/Debug
使用 VSCode 的Crotex-Debug插件 先决条件 安装 VSCode; 有一个支持的调试器,可以是 JLink,ST-Link,CMSIS-DAP 等,这里我们使用 DAPLink 作为例子; 安装 AirMCU 的 SDK; 安装PyOCD; VSCode 的配置 安装插件 在 VSCode 的插件市场中搜索Cortex-Debug,或者...
https://arduino.luatos.com/Advanced/Debug.html
Beta Was this translation helpful? Give feedback.
All reactions