summaryrefslogtreecommitdiff
path: root/examples/stm32g0/memory.x
blob: 02d59c83ff727028da0db847722a939d9e86945d (plain)
1
2
3
4
5
6
7
MEMORY
{
  /* NOTE 1 K = 1 KiBi = 1024 bytes */
  /* These values correspond to the STM32G071C8 */
  FLASH : ORIGIN = 0x08000000, LENGTH = 64K
  RAM : ORIGIN = 0x20000000, LENGTH = 36K
}