embedded-trainings-2020/down-the-stack/dk_bsc/memory.x

6 lines
102 B
Plaintext
Raw Normal View History

2023-02-14 17:48:13 +00:00
MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}