Content originally posted in LPCWare by TheShed on Wed May 15 08:35:32 MST 2013Hi,
Had a quick look at some of the src code and noticed this:
LPC_SWM->PINENABLE0 = 0xffffffffUL;
which will disable the reset pin (bit 6).
ref:LPC800 User manual 9.5.10.
I guess that this may be the cause of your problem..
Try a power cycle while holding the ISP button, that should put it in ISP mode
-- mike