Move code within flash to allow bootloader
This commit is contained in:
parent
14d77a77df
commit
ed2925a961
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
MEMORY
|
||||
{
|
||||
flash (rx) : ORIGIN = 0x08000000, LENGTH = 64K
|
||||
flash (rx) : ORIGIN = 0x08000800, LENGTH = 62K
|
||||
sram (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue