File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 77
77
78
78
#include "stm32u0xx.h"
79
79
80
- #if !defined (HSE_VALUE )
81
- #define HSE_VALUE (32000000U) /*!< Value of the External oscillator in Hz */
82
- #endif /* HSE_VALUE */
83
-
84
- #if !defined (HSI_VALUE )
85
- #define HSI_VALUE (16000000UL) /*!< Value of the Internal oscillator in Hz*/
86
- #endif /* HSI_VALUE */
87
-
88
- #if !defined (MSI_VALUE )
89
- #define MSI_VALUE (4000000UL) /*!< Value of the Internal oscillator in Hz*/
90
- #endif /* MSI_VALUE */
91
-
92
- #if !defined (LSI_VALUE )
93
- #define LSI_VALUE (32000UL) /*!< Value of the Internal oscillator in Hz */
94
- #endif /* LSI_VALUE */
95
-
96
- #if !defined (LSE_VALUE )
97
- #define LSE_VALUE (32768UL) /*!< Value of the External oscillator in Hz */
98
- #endif /* LSE_VALUE */
99
-
100
80
/**
101
81
* @}
102
82
*/
117
97
/*!< Uncomment the following line if you need to relocate your vector Table in
118
98
Internal SRAM. */
119
99
//#define VECT_TAB_SRAM
100
+ #ifndef VECT_TAB_OFFSET
120
101
#define VECT_TAB_OFFSET 0x0U /*!< Vector Table base offset field.
121
102
This value must be a multiple of 0x200. */
122
103
104
+ #endif /* VECT_TAB_OFFSET */
123
105
/*!< Comment the following line if you would like to disable the software
124
106
workaround related to debug access in case RDP=1 and Boot_Lock=1 */
125
107
#define ENABLE_DBG_SWEN /*!< Enable the debugger read access. */
You can’t perform that action at this time.
0 commit comments