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

相关推荐
菲斯奇5 天前
老骥伏枥:树莓派 4B 重装 64 位系统后接管日常
树莓派
Raspberry_Pi_官方账号11 天前
在 Raspberry Pi 上构建一个数字主权的“第二大脑”
树莓派·syncthing·raspberrypi·logseq
取啥都被占用17 天前
两个网络供应商靠树莓派跨个域
网络·树莓派
Raspberry_Pi_官方账号18 天前
Raspberry Pi+TinyML:基于边缘计算的低成本离线皮肤癌AI诊断系统
人工智能·边缘计算·树莓派·raspberry pi·tinyml
大熊背1 个月前
树莓派相机自动白平衡详解(四)
算法·树莓派·白平衡·isppipeline
m0_547486662 个月前
《智能终端应用开发基础》全套课件PPT
树莓派·智能终端
JimCarter4 个月前
使用Azure Devops Pipeline将Docker应用部署到你的Raspberry Pi上
docker·azure·树莓派·devops·orangepi·香橙派·raspberrypi
小+不通文墨4 个月前
把树莓派外接的DHT11接收的温湿度发送到emqx上
经验分享·笔记·嵌入式硬件·学习·树莓派
MIXLLRED4 个月前
解决: Ubuntu 22.04上树莓派4B扩展板ROS2兼容性修复指南
linux·ubuntu·树莓派
小+不通文墨4 个月前
利用树莓派部署的emqx向mqttx发送信息(python)
经验分享·笔记·学习·树莓派·emqx