mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-22 12:02:38 +01:00
Update multi booter
final flash offset of bootloader set to 200k right now bootloader code occupied 156k of flash so there is a small space left for future modifications
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
MEMORY
|
||||
{
|
||||
FLASH(rx) : ORIGIN = 0x10000000 + 152k, LENGTH = 4096k - 152k
|
||||
FLASH(rx) : ORIGIN = 0x10000000 + 200k, LENGTH = 4096k - 200k
|
||||
RAM(rwx) : ORIGIN = 0x20000000, LENGTH = 512k
|
||||
SCRATCH_X(rwx) : ORIGIN = 0x20080000, LENGTH = 4k
|
||||
SCRATCH_Y(rwx) : ORIGIN = 0x20081000, LENGTH = 4k
|
||||
|
||||
Reference in New Issue
Block a user