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:
Gordon Williams 2014-11-10 13:09:57 +00:00
parent f626c2722b
commit dba2eb8fbb

View File

@ -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;