diff --git a/.vscode/launch.json b/.vscode/launch.json index 26f2661..d5b1ec1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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, } ] } \ No newline at end of file