We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc7119 commit 064bbe4Copy full SHA for 064bbe4
cores/arduino/stm32/stm32_def_build.h
@@ -222,6 +222,10 @@
222
#define CMSIS_STARTUP_FILE "startup_stm32gbk1cb.s"
223
#elif defined(STM32H503xx)
224
#define CMSIS_STARTUP_FILE "startup_stm32h503xx.s"
225
+ #elif defined(STM32H523xx)
226
+ #define CMSIS_STARTUP_FILE "startup_stm32h523xx.s"
227
+ #elif defined(STM32H533xx)
228
+ #define CMSIS_STARTUP_FILE "startup_stm32h533xx.s"
229
#elif defined(STM32H562xx)
230
#define CMSIS_STARTUP_FILE "startup_stm32h562xx.s"
231
#elif defined(STM32H563xx)
0 commit comments