I’m after some hand holding getting the Olimex ARM-USB-OCD-H to program an ARM7TDMI ADuC702x with OpenOCD.
I download the compiled 0.7.0 OpenOCD from http://www.freddiechopin.info/en/downlo … /4-openocd
and with the supplied config files ran :
openocd-0.7.0.exe -f olimex-arm-usb-ocd-h.cfg -f aduc702x.cfg
There doesn’t seem to be too much in aduc702x.cfg. What I’m after achieving is an erase/program/verify sequence.
I know the information needed will be in the OpenOCD manual, but I just don’t know where to start with it. I presume I need a proc program_device () ?
Any help would be greatly appreciated.