工具与软件:
下午好!
为了开发新产品、我们切换到了 Code Composer Studio theia。
我已经浏览过所有文档、但有些内容无法正常工作?
-运行时(RTOS)对象
-堆栈使用
谁能帮助我?
我的启动文件不正确吗?
{
"version": "0.2.0",
"configurations": [
{
"name": "Project1",
"type": "ccs-debug",
"request": "launch",
"projectInfo": {
"name": "Project1",
"resourceId": "/Project1"
},
"debuggerSettings": {
"targetConfigs/CC2642R1F.ccxml": {
"Texas Instruments XDS110 USB Debug Probe/Cortex_M4_0": {
"data": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<PropertyValues/>\n"
}
}
}
},
]
}

