Content originally posted in LPCWare by cfb on Thu Oct 09 01:50:42 MST 2014
Check the value in the ETB SRAM configuration register (ETBCFG, address 0x4004 3128).
When Bit0 = 0 ETB accesses SRAM at address 0x2000 C000.
When Bit0 = 1 AHB accesses SRAM at address 0x2000 C000.
"When the ETB is used, the 16 kB memory space at 0x2000 C000 must not be used by any other process."
The reset value of Bit0 is supposed to be 1, so if it isn't you will need to find out what has changed it.