mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
5 lines
102 B
Text
5 lines
102 B
Text
MEMORY
|
|
{
|
|
FLASH : ORIGIN = 0x08000000, LENGTH = 256K
|
|
RAM : ORIGIN = 0x20000000, LENGTH = 40K
|
|
}
|