aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0g3519/memory.x
blob: e6e0ec9e9d2cadee4debe539828d80507be2725b (plain)
1
2
3
4
5
6
MEMORY
{
  FLASH : ORIGIN = 0x00000000, LENGTH = 512K
  /* Select non-parity range of SRAM due to SRAM_ERR_01 errata in SLAZ758 */
  RAM   : ORIGIN = 0x20200000, LENGTH = 128K
}