mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-18 01:43:22 +00:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
![]() |
MEMORY
|
||
|
{
|
||
|
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
||
|
/* These values correspond to the NRF5340 */
|
||
|
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
|
||
|
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
||
|
}
|