From 8f3c3053c8cfc5a13d61642dd756b1fb82e6b4e5 Mon Sep 17 00:00:00 2001 From: sawyer bristol Date: Wed, 25 Jun 2025 14:33:43 -0600 Subject: [PATCH] use full rp2350 ram --- memory.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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