laurelin/ld/stm32f030f4_flash.ld

8 lines
168 B
Plaintext
Raw Normal View History

2019-12-10 23:19:01 +01:00
MEMORY
{
flash (rx) : ORIGIN = 0x08000000, LENGTH = 16K
sram (xrw) : ORIGIN = 0x20000000, LENGTH = 4K
}
INCLUDE ld/common.ld