File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ define symbol __region_ROM_end__ = 0x080FFFFF;
6
6
/* [RAM = 128kb = 96kb + 32kb = 0x20000] */
7
7
/* Vector table dynamic copy: Total: 98 vectors = 392 bytes (0x188) to be reserved in RAM */
8
8
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 */
11
11
define symbol __region_SRAM2_end__ = 0x10007FFF;
12
12
define symbol __region_SRAM1_start__ = 0x20000000;
13
13
define symbol __region_SRAM1_end__ = 0x20017FFF;
You can’t perform that action at this time.
0 commit comments