rt-thread-official/bsp/stm32/stm32wle5-yizhilian-lm401/board/linker_scripts/link.sct

20 lines
682 B
Plaintext
Raw Normal View History

2021-10-10 12:18:10 +08:00
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00040000 { ; load region size_region
; FLASH
ER_IROM1 0x08000000 0x00040000 { ; load address = execution address
2021-10-10 12:18:10 +08:00
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
; Non-backup SRAM1
RW_IRAM1 0x20000000 0x00008000 { ; RW data
2021-10-10 12:18:10 +08:00
.ANY (+RW +ZI)
}
; Backup SRAM2
RW_IRAM2 0x20008000 EMPTY 0x00008000 { ; to be modified accordingly to user project. Can be NoInit data for backup usage, RW, ZI region, etc...
}
2021-10-10 12:18:10 +08:00
}