~ruther/uni-mam-arm

ref: 92d09587fdadb9df8a0c766db4818343031d5430 uni-mam-arm/arm02/devices/stm32f401/linker_script.ld -rw-r--r-- 192 bytes
92d09587 — Rutherther feat(arm07): reimplement short/long button press with timer with just one refresh 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