| | |
| | | */ |
| | | |
| | | /** |
| | | * @} |
| | | * @ } |
| | | */ |
| | | |
| | | /** @addtogroup STM32L0xx_System_Private_Defines |
| | |
| | | /*!< Uncomment the following line if you need to relocate your vector Table in |
| | | Internal SRAM. */ |
| | | /* #define VECT_TAB_SRAM */ |
| | | #define VECT_TAB_OFFSET 0x7800U /*!< 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 |
| | | |
| | | /******************************************************************************/ |
| | | /** |
| | | * @} |