Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stm32f405rg.ld « pastilda « emb - github.com/thirdpin/pastilda.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5e1bf81a3cfe4ce71daad2e3a5e04a0daa161a7 (plain)
1
2
3
4
5
6
7
MEMORY
{
   rom (rx) : ORIGIN = 0x08000000, LENGTH = 1M
   ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
}

INCLUDE libopencm3_stm32f4.ld