~ruther/uni-mam-arm

ref: 85b15c7e9f353a97b0ab7b77701b8b7efc520091 uni-mam-arm/arm02/devices/stm32f401/linker_script.ld -rw-r--r-- 192 bytes
85b15c7e — Rutherther feat(arm07): add led indication of auto toggle 10 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