diff --git a/memory.x b/memory.x index c803896..5bdbb38 100644 --- a/memory.x +++ b/memory.x @@ -4,7 +4,7 @@ MEMORY { * * 2 MiB is a safe default here, although a Pico 2 has 4 MiB. */ - FLASH : ORIGIN = 0x10000000, LENGTH = 2048K + FLASH : ORIGIN = 0x10000000, LENGTH = 4096K /* * RAM consists of 8 banks, SRAM0-SRAM7, with a striped mapping. * This is usually good for performance, as it distributes load on