added stlink serial for test setup
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -29,7 +29,7 @@
|
|||||||
"servertype": "stlink",
|
"servertype": "stlink",
|
||||||
"device": "STM32H723VGT", //MCU used, ex. "STM32H735IG"
|
"device": "STM32H723VGT", //MCU used, ex. "STM32H735IG"
|
||||||
"interface": "swd",
|
"interface": "swd",
|
||||||
"serialNumber": "", //Set ST-Link ID if you use multiple at the same time
|
"serialNumber": "002800223232511939353236", //Set ST-Link ID if you use multiple at the same time
|
||||||
"runToEntryPoint": "main",
|
"runToEntryPoint": "main",
|
||||||
"svdFile": "STM32H723.svd", //Path to SVD file to see registers
|
"svdFile": "STM32H723.svd", //Path to SVD file to see registers
|
||||||
"v1": false,
|
"v1": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user