LPC 1766 connection problem

Hello folks,

I’m trying to debug a LPC 1766 board using the ARM-JTAG-TINY-H but I’m having no success.

After I run the openocd, its simply stops responding. If I disconnect the JTAG, it says that the device could not be found.

My openocd.cfg file looks like these (OpenOCD version 0.3.0);

source [find c:/gccfd/openocd/share/openocd/scripts/interface/olimex-arm-usb-tiny-h.cfg]

source [find c:/gccfd/openocd/share/openocd/scripts/target/lpc1768.cfg]

(I’ve attached the openocd.cfg )

I’m using the lpc1768.cfg because I didn’t found the lpc1766.cfg in the target folder. I think this can be the problem, but I’m not sure.

Does anyone have already connected the ARM-JTAG-TINY-H to the LPC 1766 board? There’s something I’m forgotting to do?

I’ll appreciate any help.

Thanks!

That’s a Cortex-M3 core and you are trying to set arm mode.

Have a look at the latest config that should work fine:

http://openocd.git.sourceforge.net/git/ … ads/master

Cheers

Spen