Other Parts Discussed in Thread: MSPM0G3507
Tool/software:
Hello,
I have a project configured for SWD access with password.
I have the .ccxml file in the project defined with the JTAG password:
But the launch.json doesn't seem to reference this file, and when I connect it gives me a DAP error while trying to connect.
How do I get CCS to use the ccxml file I specified?
{ "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" } } ] } ] },