use full rp2350 ram

This commit is contained in:
2025-06-25 14:33:43 -06:00
parent a3b16c51f8
commit 8f3c3053c8

View File

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