diff --git a/test-app/ARM-stm32f7.ld b/test-app/ARM-stm32f7.ld index 1e558155..2c283ed1 100644 --- a/test-app/ARM-stm32f7.ld +++ b/test-app/ARM-stm32f7.ld @@ -17,6 +17,11 @@ SECTIONS . = ALIGN(4); _end_text = .; } > FLASH + .edidx : + { + . = ALIGN(4); + *(.ARM.exidx*) + } > FLASH _stored_data = .;