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