correctly set flash size for f3 boot to 16KB
This commit is contained in:
parent
809220df5c
commit
1c680a859d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ _Min_Stack_Size = 0x800;; /* required amount of stack */
|
|||
/* Specify the memory areas */
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 256K
|
||||
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 16K
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 40K - 4 /* reserve 4 bytes for double tap */
|
||||
CCMRAM (rw) : ORIGIN = 0x10000000, LENGTH = 8K
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue