mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
|
MEMORY
|
||
|
{
|
||
|
FLASH : ORIGIN = 0x08000000, LENGTH = 128K /* BANK_1 */
|
||
|
RAM : ORIGIN = 0x24000000, LENGTH = 512K /* SRAM */
|
||
|
}
|