File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 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
527527Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.series=STM32WLxx
528528Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.product_line=STM32WLE5xx
529529Nucleo_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
531531Nucleo_64.menu.pnum.NUCLEO_WL55JC1.build.extra_flags=-D{build.product_line} -DUSE_CM4_STARTUP_FILE {build.xSerial}
532532
533533# Upload menu
@@ -5487,7 +5487,7 @@ GenWL.build.extra_flags=-D{build.product_line} -DUSE_CM4_STARTUP_FILE {build.xSe
54875487GenWL.build.mcu=cortex-m4
54885488#GenWL.build.flags.fp=-mfpu=fpv4-sp-d16 -mfloat-abi=hard
54895489GenWL.build.series=STM32WLxx
5490- GenWL.build.cmsis_lib_gcc=arm_cortexM4lf_math
5490+ GenWL.build.cmsis_lib_gcc=arm_cortexM4l_math
54915491
54925492# Generic node SE by The Things Industries
54935493GenWL.menu.pnum.GENERIC_NODE_SE_TTI=Generic Node SE (TTI)
Original file line number Diff line number Diff line change 112112 in Sram else user remap will be done by default in Flash. */
113113/* #define VECT_TAB_SRAM */
114114
115+ #if defined(CORE_CM0PLUS )
115116#ifndef VECT_TAB_OFFSET
116117#define VECT_TAB_OFFSET 0x00008000U /*!< Vector Table base offset field.
117118 This value must be a multiple of 0x100. */
118119#endif
119-
120- #if defined(CORE_CM0PLUS )
121120#if defined(VECT_TAB_SRAM )
122121#define VECT_TAB_BASE_ADDRESS SRAM2_BASE /*!< Vector Table base address field.
123122 This value must be a multiple of 0x100. */
127126#endif /* VECT_TAB_SRAM */
128127
129128#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
130133#if defined(VECT_TAB_SRAM )
131134#define VECT_TAB_BASE_ADDRESS SRAM1_BASE /*!< Vector Table base address field.
132135 This value must be a multiple of 0x100. */
You can’t perform that action at this time.
0 commit comments