From 10c6296bfbe9ea5bedf69266056a4321c48594d6 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期二, 02 四月 2024 15:57:47 +0800 Subject: [PATCH] 1 --- 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