I’m trying to use openOCD with an Altium Universal JTAG Adapter and an ST STM3210C Eval board. My host system is a laptop running WinXP and cygwin. I can get openocd to start but it stops after a few messages:
grunza@hw-tablet9442% openocd
Open On-Chip Debugger 0.3.1 (2009-12-08-12:27)
$URL$
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
1000 kHz
jtag_nsrst_delay: 100
jtag_ntrst_delay: 100
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain
Warn : No parport port specified, using default ‘0x378’ (LPT1)
Error: Translation from khz to jtag_speed not implemented
Error: Translation from khz to jtag_speed not implemented
Error: Translation from jtag_speed to khz not implemented
Error: Translation from khz to jtag_speed not implemented
Info : interface specific clock speed value 2278768
Error: Translation from khz to jtag_speed not implemented
My openocd.cfg is really simple (and probably the source of my problems):
Altium Universal JTAG Adapter
telnet_port 4444
gdb_port 3333
interface parport
parport_cable altium
gdb_memory_map enable
gdb_flash_program enable
source [find target/stm32.cfg]
Any help would be greatly appreciated.