From 7c93e39f66f75e445ddb224de1ce70ce6e0b0902 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 26 三月 2024 17:51:12 +0800 Subject: [PATCH] V1.13 --- Src/system_stm32l0xx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/system_stm32l0xx.c b/Src/system_stm32l0xx.c index 5ddcba1..2a952b4 100644 --- a/Src/system_stm32l0xx.c +++ b/Src/system_stm32l0xx.c @@ -80,7 +80,7 @@ /*!< Uncomment the following line if you need to relocate your vector Table in Internal SRAM. */ /* #define VECT_TAB_SRAM */ -#define VECT_TAB_OFFSET 0x5000U /*!< Vector Table base offset field. +#define VECT_TAB_OFFSET 0x7800U /*!< Vector Table base offset field. This value must be a multiple of 0x100. */ /******************************************************************************/ /** -- Gitblit v1.9.3