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!