mk2 fw: iap preparation, so96 mapper, reduce db size, delay with real sleep mode, cli

This commit is contained in:
ikari
2010-10-04 09:36:32 +02:00
parent 220b8c32a4
commit 46a42fe5ac
14 changed files with 101 additions and 35 deletions

View File

@@ -10,9 +10,9 @@ ENTRY(_start)
MEMORY
{
flash (rx) : ORIGIN = 0x00000000, LENGTH = 128K
ram (rwx) : ORIGIN = 0x10000000, LENGTH = 16K
ahbram (rwx) : ORIGIN = 0x2007C000, LENGTH = 16K
flash (rx) : ORIGIN = 0x00000000, LENGTH = 0x20000
ram (rwx) : ORIGIN = 0x10000000, LENGTH = 0x03fe0 /* leave room for IAP */
ahbram (rwx) : ORIGIN = 0x2007C000, LENGTH = 0x04000
}
SECTIONS