aboutsummaryrefslogtreecommitdiff
path: root/memory.x
blob: 534d4786655e3734779bc36863f96c07c9c03a24 (plain) (blame)
1
2
3
4
5
6
/* STM32F103C8V6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 64K
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}