diff --git a/src/omv/ports/stm32/stm32.ld.S b/src/omv/ports/stm32/stm32.ld.S index 79b27478c..a19901fdc 100755 --- a/src/omv/ports/stm32/stm32.ld.S +++ b/src/omv/ports/stm32/stm32.ld.S @@ -122,6 +122,8 @@ SECTIONS . = ALIGN(4); *(.data*) // .data* sections . = ALIGN(4); + *(.ram_function*) + . = ALIGN(4); _edata = .; // Define a global symbol at data end } >OMV_MAIN_MEMORY AT> FLASH_TEXT