mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
Update launch.json
This commit is contained in:
parent
40ed6275ea
commit
8f0e2f28fc
@ -8,14 +8,14 @@
|
|||||||
"name": "Debug Microcontroller - STLink-V3",
|
"name": "Debug Microcontroller - STLink-V3",
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"type": "cortex-debug",
|
"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
|
"request": "launch", //Use "attach" to connect to target w/o elf download
|
||||||
"servertype": "stlink",
|
"servertype": "stlink",
|
||||||
"device": "STM32H735IG", //MCU used
|
"device": "STM32L496AG", //MCU used
|
||||||
"interface": "swd",
|
"interface": "swd",
|
||||||
"serialNumber": "", //Set ST-Link ID if you use multiple at the same time
|
"serialNumber": "", //Set ST-Link ID if you use multiple at the same time
|
||||||
"runToMain": true,
|
"runToMain": true,
|
||||||
"svdFile": "STM32H73x.svd", //SVD file to see reisters
|
"svdFile": "", //SVD file to see registers
|
||||||
"v1": false,
|
"v1": false,
|
||||||
"showDevDebugOutput": true,
|
"showDevDebugOutput": true,
|
||||||
|
|
||||||
|
@ -8,14 +8,14 @@
|
|||||||
"name": "Debug Microcontroller - STLink-V3",
|
"name": "Debug Microcontroller - STLink-V3",
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"type": "cortex-debug",
|
"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
|
"request": "launch", //Use "attach" to connect to target w/o elf download
|
||||||
"servertype": "stlink",
|
"servertype": "stlink",
|
||||||
"device": "STM32H735IG", //MCU used
|
"device": "STM32L496AG", //MCU used
|
||||||
"interface": "swd",
|
"interface": "swd",
|
||||||
"serialNumber": "", //Set ST-Link ID if you use multiple at the same time
|
"serialNumber": "", //Set ST-Link ID if you use multiple at the same time
|
||||||
"runToMain": true,
|
"runToMain": true,
|
||||||
"svdFile": "STM32H73x.svd", //SVD file to see reisters
|
"svdFile": "", //SVD file to see registers
|
||||||
"v1": false,
|
"v1": false,
|
||||||
"showDevDebugOutput": true,
|
"showDevDebugOutput": true,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user