复位时暂停

This commit is contained in:
2025-06-29 20:19:25 +08:00
parent 8753a4d3e2
commit 9076184745

6
.vscode/launch.json vendored
View File

@@ -12,13 +12,15 @@
"type": "cortex-debug",
"showDevDebugOutput": "raw",
"servertype": "openocd",
"device": "stm32f429ig",
"configFiles": [
"interface/stlink-v2.cfg",
"interface/stlink.cfg",
"target/stm32f4x.cfg"
],
"loadFiles": [],
"svdFile": "Project/STM32F429.svd",
"armToolchainPath": "D:/Program Files/arm-gnu-toolchain/bin"
"armToolchainPath": "D:/Program Files/arm-gnu-toolchain/bin",
"breakAfterReset": true,
}
]
}