~ruther/uni-mam-arm

ref: 3c9681392ea2c5e13e15c5d94af6590e0ce497eb uni-mam-arm/arm02/devices/stm32f401/linker_script.ld -rw-r--r-- 192 bytes
3c968139 — Rutherther feat(arm07): use rx not empty as not busy flag 1 year, 2 months ago
                                                                                
1
2
3
4
5
6
7
8
MEMORY
{
  FLASH (rx): ORIGIN = 0x08000000, LENGTH = 512K
  SRAM (rwx): ORIGIN = 0x20000000, LENGTH = 96K
}

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