aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-07-15 22:07:52 +0000
committerGitHub <[email protected]>2025-07-15 22:07:52 +0000
commit281a05a99de4df6088ff3333f04428b6198caf4b (patch)
tree17170bac0f2a75fe98e6200854d684bf541738d6
parent7133cef35dd2fdaeb96eb23e5c25586b3f418e17 (diff)
parent25bae18ea622593b5dca15e8fb96d5e185eb8685 (diff)
Merge pull request #4404 from quarters78/main
RP2350: Correct SRAM8 and SRAM9 base addresses in example memory.x
-rw-r--r--examples/rp235x/memory.x4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp235x/memory.x b/examples/rp235x/memory.x
index c803896f6..4382e2065 100644
--- a/examples/rp235x/memory.x
+++ b/examples/rp235x/memory.x
@@ -17,8 +17,8 @@ MEMORY {
17 * of access times. 17 * of access times.
18 * Example: Separate stacks for core0 and core1. 18 * Example: Separate stacks for core0 and core1.
19 */ 19 */
20 SRAM4 : ORIGIN = 0x20080000, LENGTH = 4K 20 SRAM8 : ORIGIN = 0x20080000, LENGTH = 4K
21 SRAM5 : ORIGIN = 0x20081000, LENGTH = 4K 21 SRAM9 : ORIGIN = 0x20081000, LENGTH = 4K
22} 22}
23 23
24SECTIONS { 24SECTIONS {