Content originally posted in LPCWare by lpcxpresso-support on Mon Oct 19 16:35:00 MST 2015
The output you posted suggests the LPC-Link1 simply cannot establish a debug connection to your target processor. Presuming your application did not enable CRP in the last build or disable one of the pins used for debug, check the usual things:
1. Ensure there are no orphaned arm-none-eabi-gdb.exe or crt_emu_lpc18_43_nxp.exe processes in the task list.
2. Power on/off the LPC-Link1 and your board.
3. Check the JTAG ribbon cable connection, and JTAG ribbon cable.
4. Determine whether the LPC-Link1 can debug any other target processor. An easy check is to load an image to the processor attached to the LPC-Link1, provided the LPC-Link1 is not separated from it.
5. Delete and recreate your launch/debug configuration. If your last debug configuration used the JTAG protocol, try to connect debug with the SWD protocol.
I can tell you I just loaded the LPCOpen freertos_blinky image for the LPC4337 using an LPC-Link1 and encountered no trouble whatsoever.
Thanks and regards,
LPCXpresso Support