mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 04:40:39 +00:00
Merge pull request #4404 from quarters78/main
RP2350: Correct SRAM8 and SRAM9 base addresses in example memory.x
This commit is contained in:
commit
281a05a99d
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user