复位时暂停
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -12,13 +12,15 @@
|
|||||||
"type": "cortex-debug",
|
"type": "cortex-debug",
|
||||||
"showDevDebugOutput": "raw",
|
"showDevDebugOutput": "raw",
|
||||||
"servertype": "openocd",
|
"servertype": "openocd",
|
||||||
|
"device": "stm32f429ig",
|
||||||
"configFiles": [
|
"configFiles": [
|
||||||
"interface/stlink-v2.cfg",
|
"interface/stlink.cfg",
|
||||||
"target/stm32f4x.cfg"
|
"target/stm32f4x.cfg"
|
||||||
],
|
],
|
||||||
"loadFiles": [],
|
"loadFiles": [],
|
||||||
"svdFile": "Project/STM32F429.svd",
|
"svdFile": "Project/STM32F429.svd",
|
||||||
"armToolchainPath": "D:/Program Files/arm-gnu-toolchain/bin"
|
"armToolchainPath": "D:/Program Files/arm-gnu-toolchain/bin",
|
||||||
|
"breakAfterReset": true,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user