mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-11-15 21:21:11 +00:00
6 lines
102 B
Text
6 lines
102 B
Text
|
MEMORY
|
||
|
{
|
||
|
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
|
||
|
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
||
|
}
|