From 952f413421bb79349984b1850f856fd2639b1d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Sun, 8 Feb 2026 14:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Power_Pico/Core/Src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Power_Pico/Core/Src/main.c b/Power_Pico/Core/Src/main.c index 3ccadcf..6041648 100644 --- a/Power_Pico/Core/Src/main.c +++ b/Power_Pico/Core/Src/main.c @@ -74,7 +74,7 @@ int main(void) /* USER CODE BEGIN 1 */ //this must set same as keil setting - SCB->VTOR = FLASH_BASE + 0x00000000U; + SCB->VTOR = FLASH_BASE + 0x00010000U; /* USER CODE END 1 */ /* MCU Configuration--------------------------------------------------------*/