RP2350: Correct SRAM8 and SRAM9 base addresses in example memory.x

This commit is contained in:
Bailey Quarters 2025-07-15 22:04:27 +02:00
parent f32e8f6025
commit 25bae18ea6

View File

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