mk2 fw: iap preparation, so96 mapper, reduce db size, delay with real sleep mode, cli
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user