laurelin/ld/stm32f030f4_15k_flash_1k_nvs.ld

9 lines
239 B
Plaintext
Raw Permalink Normal View History

2019-12-10 23:19:01 +01:00
MEMORY
{
2020-09-19 19:54:31 +02:00
flash (rx) : ORIGIN = 0x08000000, LENGTH = 15K
flash_nvstore (rw) : ORIGIN = 0x08003c00, LENGTH = 1K
2019-12-10 23:19:01 +01:00
sram (xrw) : ORIGIN = 0x20000000, LENGTH = 4K
}
2020-09-19 19:54:31 +02:00
INCLUDE ld/common_nvs.ld