Merge pull request #1712 from BartSX/iar

[STM32L4] Fix IAR section placement failed error
pull/1729/head
Martin Kojtal 2016-05-09 12:30:47 -05:00
commit 8ea1244a2e
1 changed files with 2 additions and 2 deletions

View File

@ -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 };