Răsfoiți Sursa

[bsp][stm32l432-st-nucleo] fix link.icf rom size

Vincent Wang 6 ani în urmă
părinte
comite
08580b71db

+ 1 - 1
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;