mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
04c9130d32
Signed-off-by: Haobo Gu <haobogu@outlook.com>
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
MEMORY
|
|
{
|
|
FLASH : ORIGIN = 0x08000000, LENGTH = 128K /* BANK_1 */
|
|
RAM : ORIGIN = 0x24000000, LENGTH = 512K /* SRAM */
|
|
} |