aboutsummaryrefslogtreecommitdiff
path: root/etc/memory.x
blob: 6a430dc55008a7f3661c55975d1a35168a6d028b (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright 2019 Robin Krahl <robin.krahl@ireas.org>
 * SPDX-License-Identifier: CC0-1.0
 */

MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 128K
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}