We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad75bdc + d76bdde commit 8ea1244Copy full SHA for 8ea1244
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_DISCO_L476VG/TOOLCHAIN_IAR/stm32l476xx.icf
@@ -31,5 +31,5 @@ do not initialize { section .noinit };
31
place at address mem:__intvec_start__ { readonly section .intvec };
32
33
place in ROM_region { readonly };
34
-place in SRAM2_region { readwrite, block STACKHEAP };
35
-place in SRAM1_region { };
+place in SRAM2_region { readwrite };
+place in SRAM1_region { block STACKHEAP };
0 commit comments