added stlink serial for test setup

This commit is contained in:
2024-02-08 02:46:20 +01:00
parent 4b8faaa01c
commit 84d6be2bde

2
.vscode/launch.json vendored
View File

@@ -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,