Content originally posted in LPCWare by bavarian on Mon Mar 17 07:03:28 MST 2014
Yes, please check the memory map of your linker configuration. Or simpler: select the LPC4357 as target controller.
Even if the execution memory can remain the same (SPIFI) on both chip types, the amount of internal SRAM is different. The flash type has less SRAM than the flashless type.
If the compiler allocates R/W code to a memory region where there is no memory, then it will not work.
All examples in LPCOpen are designed for the LPCXplorer board with the LPC4330.
Regards,
NXP Support Team.