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