mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-27 14:32:39 +01:00
program offset back to 200k, picomite size increase to 880k (1080k in total)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH(rx) : ORIGIN = 0x10000000 + 188k, LENGTH = 2048k - 188k
|
||||
FLASH(rx) : ORIGIN = 0x10000000 + 200k, LENGTH = 2048k - 200k
|
||||
RAM(rwx) : ORIGIN = 0x20000000, LENGTH = 256k
|
||||
SCRATCH_X(rwx) : ORIGIN = 0x20040000, LENGTH = 4k
|
||||
SCRATCH_Y(rwx) : ORIGIN = 0x20041000, LENGTH = 4k
|
||||
|
||||
Reference in New Issue
Block a user