RP2040和RP2350的laungch文件

{

"version": "0.2.0",

"configurations": [

{

"name": "DAPLink - RP2040",

"cwd": "workspaceRoot","executable":"{workspaceRoot}", "executable": "workspaceRoot","executable":"{command:cmake.launchTargetPath}",

"request": "launch",

"type": "cortex-debug",

"servertype": "openocd",

"openOCDPath": "D:/openocd_special_x64_win/openocd.exe",

"searchDir": [

"D:/openocd_special_x64_win/scripts"

],

"configFiles": [

"D:/openocd_special_x64_win/scripts/interface/cmsis-dap.cfg",

"D:/openocd_special_x64_win/scripts/target/rp2040.cfg"

],

"runToMain": true,

"resetAfterConnect": true

},

{

"name": "DAPLink - RP2350",

"cwd": "workspaceRoot","executable":"{workspaceRoot}", "executable": "workspaceRoot","executable":"{command:cmake.launchTargetPath}",

"request": "launch",

"type": "cortex-debug",

"servertype": "openocd",

"openOCDPath": "D:/openocd_special_x64_win/openocd.exe",

"searchDir": [

"D:/openocd_special_x64_win/scripts"

],

"configFiles": [

"D:/openocd_special_x64_win/scripts/interface/cmsis-dap.cfg",

"D:/openocd_special_x64_win/scripts/target/rp2350.cfg"

],

"serverArgs": ["-c", "adapter speed 5000"],

"runToMain": true,

"resetAfterConnect": true

}

]

}

可见laungch文件的主要内容是指定openocd位置和其他几个配置文件的位置。

相关推荐
曦月合一3 天前
树莓派安装jdk、tomcat、vnc、谷歌浏览器开机自启等环境配置
java·tomcat·树莓派
天月风沙16 天前
Betaflight飞控、树莓派RP2350B主控编译教程
linux·单片机·嵌入式硬件·mcu·无人机·树莓派
MIXLLRED18 天前
解决:RealSense D435 在树莓派4B(Ubuntu 22.04 + ROS2 Humble)上的权限与驱动问题完整复盘
linux·ubuntu·树莓派·realsense d400
MIXLLRED1 个月前
树莓派4B(Ubuntu 22.04 Jammy arm64)上从源码编译安装 librealsense
ubuntu·树莓派·librealsense
weixin_426689201 个月前
VSCODE 树莓派C语言开发环境建立
vscode·树莓派
衡动科技1 个月前
Ubuntu 22.04/24.04 安装 ROS2 完整教程(Humble / Jazzy)
ubuntu·树莓派·ros2
困死,根本不会1 个月前
树莓派 SSH 连接排错实录:从 IP 网段到主机密钥变更,再到 VNC 自启动
开发语言·ssh·php·树莓派
困死,根本不会1 个月前
Windows下模拟树莓派:使用ble-serial创建虚拟串口实现手机蓝牙通信
windows·python·单片机·嵌入式硬件·树莓派
Java烘焙师1 个月前
AI编程实战:从零到一搭建全栈项目
java·架构·树莓派·ai实战