]> begriffs open source - cmsis-freertos/blob - Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/LinkerScripts/sam_sdram.ld
Update README.md - branch main is now the base branch
[cmsis-freertos] / Demo / CORTEX_M7_SAMV71_Xplained_AtmelStudio / LinkerScripts / sam_sdram.ld
1
2 SECTIONS
3 {
4     _sdram_lma = .;
5     sdram_region :
6     AT ( _sdram_lma )
7     {
8         *(sdram_region)
9     } >sdram
10 }