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位置和其他几个配置文件的位置。

相关推荐
JimCarter2 天前
使用Azure Devops Pipeline将Docker应用部署到你的Raspberry Pi上
docker·azure·树莓派·devops·orangepi·香橙派·raspberrypi
小+不通文墨12 天前
把树莓派外接的DHT11接收的温湿度发送到emqx上
经验分享·笔记·嵌入式硬件·学习·树莓派
MIXLLRED14 天前
解决: Ubuntu 22.04上树莓派4B扩展板ROS2兼容性修复指南
linux·ubuntu·树莓派
小+不通文墨20 天前
利用树莓派部署的emqx向mqttx发送信息(python)
经验分享·笔记·学习·树莓派·emqx
小锋学长生活大爆炸1 个月前
【教程】树莓派驱动 0.96 寸 SSD1315 OLED 屏幕完整指南
单片机·嵌入式硬件·嵌入式·教程·树莓派·oled·屏幕
曦月合一1 个月前
树莓派安装jdk、tomcat、vnc、谷歌浏览器开机自启等环境配置
java·tomcat·树莓派
天月风沙2 个月前
Betaflight飞控、树莓派RP2350B主控编译教程
linux·单片机·嵌入式硬件·mcu·无人机·树莓派
MIXLLRED2 个月前
解决:RealSense D435 在树莓派4B(Ubuntu 22.04 + ROS2 Humble)上的权限与驱动问题完整复盘
linux·ubuntu·树莓派·realsense d400
MIXLLRED2 个月前
树莓派4B(Ubuntu 22.04 Jammy arm64)上从源码编译安装 librealsense
ubuntu·树莓派·librealsense