mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1712 from BartSX/iar
[STM32L4] Fix IAR section placement failed errorpull/1729/head
commit
8ea1244a2e
|
@ -31,5 +31,5 @@ do not initialize { section .noinit };
|
|||
place at address mem:__intvec_start__ { readonly section .intvec };
|
||||
|
||||
place in ROM_region { readonly };
|
||||
place in SRAM2_region { readwrite, block STACKHEAP };
|
||||
place in SRAM1_region { };
|
||||
place in SRAM2_region { readwrite };
|
||||
place in SRAM1_region { block STACKHEAP };
|
||||
|
|
Loading…
Reference in New Issue