Thread 中讨论的其他器件: MSPM0G3507
工具/软件:
您好:
我已为使用密码进行 SWD 访问配置了项目。
我在工程中使用 JTAG 密码定义了.ccxml 文件:

但 launch.json 似乎没有引用该文件、在我连接时会在尝试连接时出现 DAP 错误。
如何让 CCS 使用我指定的 ccxml 文件?
{
"name": "empty_LP_MSPM0L1306_nortos_ticlang",
"type": "ccs-debug",
"request": "launch",
"projectInfo": {
"name": "empty_LP_MSPM0L1306_nortos_ticlang",
"resourceId": "/empty_LP_MSPM0L1306_nortos_ticlang"
},
"connections": [
{
"name": "Texas Instruments XDS110 USB Debug Probe",
"cores": [
{
"name": "CORTEX_M0P",
"debuggerSettings": {
"data": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<PropertyValues>\n\n <property id=\"FlashEraseSelection\">\n <curValue>Erase MAIN and NONMAIN memory (see warning above)</curValue>\n </property>\n\n</PropertyValues>\n"
}
}
]
}
]
},
