~ruther/uni-mam-arm

ref: bb6a58a376bbc65e6c168ecc698421164363bb38 uni-mam-arm/arm02/devices/stm32f446/linker_script.ld -rw-r--r-- 193 bytes
bb6a58a3 — Rutherther feat(arm07): implement few commands 1 year, 23 days ago
                                                                                
1
2
3
4
5
6
7
8
MEMORY
{
  FLASH (rx): ORIGIN = 0x08000000, LENGTH = 512K
  SRAM (rwx): ORIGIN = 0x20000000, LENGTH = 128K
}

INCLUDE devices/general/common_sections.ld
INCLUDE devices/general/common_entry.ld