From 9076184745ee5596e57f9a94fcfe7127eccbcbff Mon Sep 17 00:00:00 2001 From: andy <1414772332@qq.com> Date: Sun, 29 Jun 2025 20:19:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E4=BD=8D=E6=97=B6=E6=9A=82=E5=81=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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