Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Jan 7, 2022
1 parent e6bd9bf commit d9faaf3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": "STM32F429ZI", //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,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": "STM32F401RE", //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,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": "STM32F429ZI", //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,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit d9faaf3

Please sign in to comment.