Update launch.json

This commit is contained in:
Tilen Majerle 2022-01-08 00:10:51 +01:00
parent 40ed6275ea
commit 8f0e2f28fc
2 changed files with 6 additions and 6 deletions

View File

@ -8,14 +8,14 @@
"name": "Debug Microcontroller - STLink-V3",
"cwd": "${workspaceFolder}",
"type": "cortex-debug",
"executable": "${command:cmake.launchTargetPath}", //or fixed file path: build/stm32h735g-dk-led.elf
"executable": "${command:cmake.launchTargetPath}", //or fixed file path: build/project-name.elf
"request": "launch", //Use "attach" to connect to target w/o elf download
"servertype": "stlink",
"device": "STM32H735IG", //MCU used
"device": "STM32L496AG", //MCU used
"interface": "swd",
"serialNumber": "", //Set ST-Link ID if you use multiple at the same time
"runToMain": true,
"svdFile": "STM32H73x.svd", //SVD file to see reisters
"svdFile": "", //SVD file to see registers
"v1": false,
"showDevDebugOutput": true,

View File

@ -8,14 +8,14 @@
"name": "Debug Microcontroller - STLink-V3",
"cwd": "${workspaceFolder}",
"type": "cortex-debug",
"executable": "${command:cmake.launchTargetPath}", //or fixed file path: build/stm32h735g-dk-led.elf
"executable": "${command:cmake.launchTargetPath}", //or fixed file path: build/project-name.elf
"request": "launch", //Use "attach" to connect to target w/o elf download
"servertype": "stlink",
"device": "STM32H735IG", //MCU used
"device": "STM32L496AG", //MCU used
"interface": "swd",
"serialNumber": "", //Set ST-Link ID if you use multiple at the same time
"runToMain": true,
"svdFile": "STM32H73x.svd", //SVD file to see reisters
"svdFile": "", //SVD file to see registers
"v1": false,
"showDevDebugOutput": true,