mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
MEMORY
|
|
{
|
|
FLASH : ORIGIN = 0x20000000, LENGTH = 0x20000
|
|
RAM : ORIGIN = 0x20020000, LENGTH = 0x20000
|
|
}
|