This commit is contained in:
2024-07-01 08:25:14 +03:00
parent 0d67cefd3b
commit 8b67f5b5ed
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* Linker script for STM32F072x8, 64K flash, 16K RAM. */
/* Define memory regions. */
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
}
PROVIDE(_BLOCKSIZE = 1024);
/* Include the common ld script. */
INCLUDE stm32f01234.ld