initial commit
This commit is contained in:
5
example/rp2040_embassy/memory.x
Normal file
5
example/rp2040_embassy/memory.x
Normal file
@@ -0,0 +1,5 @@
|
||||
MEMORY {
|
||||
BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
|
||||
FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 264K
|
||||
}
|
||||
Reference in New Issue
Block a user