Merge pull request #4404 from quarters78/main

RP2350: Correct SRAM8 and SRAM9 base addresses in example memory.x
This commit is contained in:
Dario Nieuwenhuis 2025-07-15 22:07:52 +00:00 committed by GitHub
commit 281a05a99d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,8 @@ MEMORY {
* of access times. * of access times.
* Example: Separate stacks for core0 and core1. * Example: Separate stacks for core0 and core1.
*/ */
SRAM4 : ORIGIN = 0x20080000, LENGTH = 4K SRAM8 : ORIGIN = 0x20080000, LENGTH = 4K
SRAM5 : ORIGIN = 0x20081000, LENGTH = 4K SRAM9 : ORIGIN = 0x20081000, LENGTH = 4K
} }
SECTIONS { SECTIONS {