9 years, 10 months ago.

CMSIS DAP of lpc1768 with OpenOCD

Hi!

I want to debug my LPC1768, but I don't have any JTAG connector. So I decided to use CMSIS DAP.

The problem is, that I don't use neither Windows nor Keil, my build environment is: Ubuntu Linux + Eclipse + arm-gcc-2014q1 toolchain. Can I use the OpenOCD in order to perform the CMSIS debugging of LPC1768? If yes, could you please give me links how to do it correctly? I found how to do it for FRDM KL25Z, but not for LPC1768.

Thanks!

1 Answer

9 years, 10 months ago.

If you get openOCD and FRDM KL25Z work, you just need another openOCD configuration file to use LPC1768. In my case, I use:

/usr/local/share/openocd/scripts/board/mbed-lpc1768.cfg

Accepted Answer