From a3f0fb062048c52c3f04e907f0107e1db9b6141c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 1 Feb 2019 01:03:25 +0100 Subject: Initial commit --- etc/memory.x | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/memory.x (limited to 'etc/memory.x') diff --git a/etc/memory.x b/etc/memory.x new file mode 100644 index 0000000..6a430dc --- /dev/null +++ b/etc/memory.x @@ -0,0 +1,10 @@ +/* + * Copyright 2019 Robin Krahl + * SPDX-License-Identifier: CC0-1.0 + */ + +MEMORY +{ + FLASH : ORIGIN = 0x08000000, LENGTH = 128K + RAM : ORIGIN = 0x20000000, LENGTH = 20K +} -- cgit v1.2.1