mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
|
MEMORY
|
||
|
{
|
||
|
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
||
|
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
|
||
|
RAM : ORIGIN = 0x20000000, LENGTH = 24K
|
||
|
|
||
|
}
|