diff --git a/src/omv/stm32f4xx.ld.S b/src/omv/stm32f4xx.ld.S index 795135995..72af5c32b 100755 --- a/src/omv/stm32f4xx.ld.S +++ b/src/omv/stm32f4xx.ld.S @@ -86,7 +86,12 @@ SECTIONS KEEP(*(.isr_vector)) /* Startup code */ . = ALIGN(4); */ff.o(.text*) + */ccsbcs.o(.text*) */stm32f4xx_hal_sd.o(.text*) + */stm32f4xx_hal_i2c.o(.text*) + */stm32f4xx_hal_tim.o(.text*) + */stm32f4xx_hal_adc.o(.text*) + */stm32f4xx_ll_usb.o(.text*) . = ALIGN(4); } >FLASH_ISR