This commit is contained in:
eddyem
2017-01-27 01:54:25 +03:00
parent 10a32c6378
commit d827cd385d
8 changed files with 0 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
/* Linker script for STM32F030f4, 16K flash, 4K RAM. */
/* Define memory regions. */
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 16K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
}
/* Include the common ld script. */
INCLUDE stm32f0.ld