From 6015bfda31d502ab9df6fe406b8b7d6768bb677c 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: Tue, 14 Oct 2025 15:54:16 +0800 Subject: [PATCH] add flash start position --- 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 8912c73..d405cd2 100644 --- a/Power_Pico/Core/Src/main.c +++ b/Power_Pico/Core/Src/main.c @@ -75,7 +75,7 @@ int main(void) /* USER CODE BEGIN 1 */ //this must set same as keil setting - SCB->VTOR = FLASH_BASE + 0x00000000; + SCB->VTOR = FLASH_BASE + 0x00000000U; /* USER CODE END 1 */ /* MCU Configuration--------------------------------------------------------*/