mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
now link for 0x00000000 rather than 0x08000000. Supposedly (F401 ref, 7.2.1) this means the instruction cachge gets used when it may not have been before
This commit is contained in:
parent
f626c2722b
commit
dba2eb8fbb
@ -71,7 +71,7 @@ def codeOut(s): linkerFile.write(s+"\n");
|
||||
# -----------------------------------------------------------------------------------------
|
||||
BOOTLOADER_SIZE = common.get_bootloader_size();
|
||||
RAM_BASE = 0x20000000;
|
||||
FLASH_BASE = 0x08000000;
|
||||
FLASH_BASE = 0x00000000;
|
||||
RAM_SIZE = board.chip["ram"]*1024;
|
||||
FLASH_SIZE = board.chip["flash"]*1024;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user