From 6c084da55e174b58a46f6a8f9fc108448142b7c4 Mon Sep 17 00:00:00 2001 From: OhMeuMenino Date: Fri, 19 May 2017 00:15:48 +0100 Subject: [PATCH] delete readme.txt --- StartProject/readme.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 StartProject/readme.txt diff --git a/StartProject/readme.txt b/StartProject/readme.txt deleted file mode 100644 index cc065b0..0000000 --- a/StartProject/readme.txt +++ /dev/null @@ -1,11 +0,0 @@ -You have to set the correct memory layout for your device in the linker script. -Please check the FLASH and SRAM length. - -e.g. - - -MEMORY -{ - FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x08000 /* 32k */ - RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x01000 /* 4k */ -} \ No newline at end of file