From b1c8bb5df090d65cdd37a7acafb5dee8e3c530c6 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 9 Oct 2022 02:54:07 +0300 Subject: Add CMakeLists.txt and make it compile with GCC --- Project/ld/stm32f072x8.ld | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Project/ld/stm32f072x8.ld (limited to 'Project/ld/stm32f072x8.ld') diff --git a/Project/ld/stm32f072x8.ld b/Project/ld/stm32f072x8.ld new file mode 100644 index 0000000..7600040 --- /dev/null +++ b/Project/ld/stm32f072x8.ld @@ -0,0 +1,4 @@ +MEMORY { + FLASH(rx) : ORIGIN = 0x08000000, LENGTH = 64K + SRAM(rwx) : ORIGIN = 0x20000000, LENGTH = 16K +} -- cgit v1.2.3