File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.board=NUCLEO_WL55JC1
527
527
Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.series=STM32WLxx
528
528
Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.product_line=STM32WLE5xx
529
529
Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.variant=STM32WLxx/WL54JCI_WL55JCI_WLE4J(8-B-C)I_WLE5J(8-B-C)I
530
- Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.cmsis_lib_gcc=arm_cortexM4lf_math
530
+ Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.cmsis_lib_gcc=arm_cortexM4l_math
531
531
Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.extra_flags=-D{build.product_line} -DUSE_CM4_STARTUP_FILE {build.xSerial}
532
532
533
533
# Upload menu
@@ -5487,7 +5487,7 @@ GenWL.build.extra_flags=-D{build.product_line} -DUSE_CM4_STARTUP_FILE {build.xSe
5487
5487
GenWL.build.mcu=cortex-m4
5488
5488
#GenWL.build.flags.fp=-mfpu=fpv4-sp-d16 -mfloat-abi=hard
5489
5489
GenWL.build.series=STM32WLxx
5490
- GenWL.build.cmsis_lib_gcc=arm_cortexM4lf_math
5490
+ GenWL.build.cmsis_lib_gcc=arm_cortexM4l_math
5491
5491
5492
5492
# Generic node SE by The Things Industries
5493
5493
GenWL.menu.pnum.GENERIC_NODE_SE_TTI=Generic Node SE (TTI)
Original file line number Diff line number Diff line change 112
112
in Sram else user remap will be done by default in Flash. */
113
113
/* #define VECT_TAB_SRAM */
114
114
115
+ #if defined(CORE_CM0PLUS )
115
116
#ifndef VECT_TAB_OFFSET
116
117
#define VECT_TAB_OFFSET 0x00008000U /*!< Vector Table base offset field.
117
118
This value must be a multiple of 0x100. */
118
119
#endif
119
-
120
- #if defined(CORE_CM0PLUS )
121
120
#if defined(VECT_TAB_SRAM )
122
121
#define VECT_TAB_BASE_ADDRESS SRAM2_BASE /*!< Vector Table base address field.
123
122
This value must be a multiple of 0x100. */
127
126
#endif /* VECT_TAB_SRAM */
128
127
129
128
#else /* CORE_CM4 */
129
+ #ifndef VECT_TAB_OFFSET
130
+ #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field.
131
+ This value must be a multiple of 0x100. */
132
+ #endif
130
133
#if defined(VECT_TAB_SRAM )
131
134
#define VECT_TAB_BASE_ADDRESS SRAM1_BASE /*!< Vector Table base address field.
132
135
This value must be a multiple of 0x100. */
You can’t perform that action at this time.
0 commit comments