{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: [https://go.microsoft.com/fwlink/?linkid=830387] "version": "0.2.0", "configurations": [ { "cwd": "C:/git///", "gdbPath": "C:/Users//AppData/Local/Texas Instruments/ti-embedded-debug/arm-none-eabi-gdb/14.2.rel1.1/arm-none-eabi-gdb.exe", "executable": "C://gby/chargeguard-msw/Build/.out", "name": "Debug with TI Embedded Debug for VS Code", "request": "launch", "type": "cortex-debug", "servertype": "openocd", "configFiles": [ "C:/Users//AppData/Local/Texas Instruments/ti-embedded-debug/openocd/20250414/share/openocd/scripts/interface/xds110.cfg", "C:/Users//AppData/Local/Texas Instruments/ti-embedded-debug/openocd/20250414/share/openocd/scripts/board/ti_mspm0_launchpad.cfg" ], "searchDir": [ "C:/Users//AppData/Local/Texas Instruments/ti-embedded-debug/openocd/20250414/share/openocd/scripts" ], "runToEntryPoint": "main", "showDevDebugOutput": "raw", "device": "MSPM0G3507", "serverArgs": [ "-c", "adapter speed 1000", "-c", "transport select swd", "-c", "init", "-c", "halt", "-d" ], "preLaunchCommands": [ "reset halt", "load" ], } ] }