rt-thread/bsp/nrf5x/nrf52840/board/linker_scripts/link.sct

16 lines
472 B
Plaintext
Raw Normal View History

2020-04-14 22:17:27 +08:00
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
2020-04-26 22:44:09 +08:00
LR_IROM1 0x00000000 0x100000 { ; load region size_region
ER_IROM1 0x00000000 0x100000 { ; load address = execution address
2020-04-14 22:17:27 +08:00
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
2020-04-26 22:44:09 +08:00
RW_IRAM1 0x20000000 0x40000 { ; RW data
2020-04-14 22:17:27 +08:00
.ANY (+RW +ZI)
}
}