From 65cde01614e7e4112a51ee5a2c6f0415b28fc06e Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期三, 17 四月 2024 11:20:06 +0800 Subject: [PATCH] 修改成SF9上传数据测试 --- Src/system_stm32l0xx.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Src/system_stm32l0xx.c b/Src/system_stm32l0xx.c index 5ddcba1..bcc7bfb 100644 --- a/Src/system_stm32l0xx.c +++ b/Src/system_stm32l0xx.c @@ -69,7 +69,7 @@ */ /** - * @} + * @ } */ /** @addtogroup STM32L0xx_System_Private_Defines @@ -80,8 +80,12 @@ /*!< 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. - This value must be a multiple of 0x100. */ +#ifndef _NO_HANGJIN +#define VECT_TAB_OFFSET 0x7800U /*!< Vector Table base offset field.This value must be a multiple of 0x100. */ +#else +#define VECT_TAB_OFFSET 0x5000U +#endif + /******************************************************************************/ /** * @} -- Gitblit v1.9.3