Content originally posted in LPCWare by jcottier on Fri Apr 26 06:22:20 MST 2013
Hello, I am using LPCXpresso v5.2.2 [Build 2108] [2013-04-17] on Ubuntu 12.04 (32 bit) for an LPC4357 based project (element14 evaluation board).
I use the Memory Configuration Editor to "Add flash" so I can add an SPIFlash memory section, but when I enter the "Location" value (0x14000000), then I get an error "Invalid memory configuration, flash overlaps with RamLoc32" message box. RamLoc32 location = 0x10000000 and size = 0x8000, so they do not appear to overlap. However the "Location" value I entered now appears in the size field instead, with the location value now showing as 0x0. Is this a bug? or am I doing something wrong?