Initial commit

This commit is contained in:
Marco Thomas
2021-09-16 21:54:23 +02:00
commit 5e2ab32981
6 changed files with 539 additions and 0 deletions

6
memory.x Normal file
View File

@@ -0,0 +1,6 @@
MEMORY
{
/* NOTE K = KiBi = 1024 bytes */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}