From 08580b71dbe2e3e0956f25666510547857c19f1f Mon Sep 17 00:00:00 2001 From: Vincent Wang Date: Tue, 21 May 2019 22:19:39 +0800 Subject: [PATCH] [bsp][stm32l432-st-nucleo] fix link.icf rom size --- bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.icf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.icf b/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.icf index 384efc347d..1d95e70851 100644 --- a/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.icf +++ b/bsp/stm32/stm32l432-st-nucleo/board/linker_scripts/link.icf @@ -5,7 +5,7 @@ define symbol __ICFEDIT_intvec_start__ = 0x08000000; /*-Memory Regions-*/ define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; -define symbol __ICFEDIT_region_ROM_end__ = 0x0807FFFF; +define symbol __ICFEDIT_region_ROM_end__ = 0x0803FFFF; define symbol __ICFEDIT_region_RAM1_start__ = 0x20000000; define symbol __ICFEDIT_region_RAM1_end__ = 0x2000BFFF; define symbol __ICFEDIT_region_RAM2_start__ = 0x10000000;