~ruther/uni-mam-arm

ref: f65841ce311967a812404e6c06e30e013058e91c uni-mam-arm/arm02/devices/stm32f401/linker_script.ld -rw-r--r-- 192 bytes
f65841ce — Rutherther feat(arm03): pin_write uses sets/reset instead f writing to ODR 11 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