|
From: Freddie C. <fre...@op...> - 2012-10-10 11:39:32
|
Notice that your startup command is wrong: WRONG: openocd -f interface/olimex-arm-usb-ocd-h.cfg target/lpc1768.cfg -c... RIGHT: openocd -f interface/olimex-arm-usb-ocd-h.cfg -f target/lpc1768.cfg -c... Notice the difference. With this fix all that I wrote previously would apply. I guess such command wouldn't work with LPT too (; 4\/3!! |