mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
MEMORY
|
|
{
|
|
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
|
|
RAM : ORIGIN = 0x20010000, LENGTH = 192K
|
|
IPC : ORIGIN = 0x20000000, LENGTH = 64K
|
|
}
|
|
|
|
PROVIDE(__start_ipc = ORIGIN(IPC));
|
|
PROVIDE(__end_ipc = ORIGIN(IPC) + LENGTH(IPC));
|