Skip to content

Commit f75905a

Browse files
bcostmadbridge
authored andcommitted
DISCO_L475VG_IOT01A: change comment for 8-byte aligned adress for IAR .icf file
1 parent 1aba27a commit f75905a

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/device/TOOLCHAIN_IAR

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/device/TOOLCHAIN_IAR/stm32l475xx.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ define symbol __region_ROM_end__ = 0x080FFFFF;
66
/* [RAM = 128kb = 96kb + 32kb = 0x20000] */
77
/* Vector table dynamic copy: Total: 98 vectors = 392 bytes (0x188) to be reserved in RAM */
88
define symbol __NVIC_start__ = 0x10000000;
9-
define symbol __NVIC_end__ = 0x10000187; /* Aligned on 8 bytes (392 = 49 x 8) */
10-
define symbol __region_SRAM2_start__ = 0x10000188;
9+
define symbol __NVIC_end__ = 0x10000187;
10+
define symbol __region_SRAM2_start__ = 0x10000188; /* This adress is 8-byte aligned */
1111
define symbol __region_SRAM2_end__ = 0x10007FFF;
1212
define symbol __region_SRAM1_start__ = 0x20000000;
1313
define symbol __region_SRAM1_end__ = 0x20017FFF;

0 commit comments

Comments
 (0)