From ad1daadd6921e801ac846ca3dae78c94f2040af6 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 1 Sep 2014 15:41:19 +0200 Subject: [PATCH] Add more objects to .isr_vector --- src/omv/stm32f4xx.ld.S | 5 +++++ 1 file changed, 5 insertions(+) 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