I'm using openocd-0.1.0 for Windows I got the STM32F10X-128k-EVAL board with the original RLink. I can debug the primer1, which has the Rlink embedded. I connect to the current board with the same command
openocd -f interface/rlink.cfg -f board/stm32f10x_128k_eval.cfg I can connect with no problems: 1000 kHz Info : JTAG tap: stm32.cpu tap/device found: 0x3ba00477 (Manufacturer: 0x23b, Part: 0xba00, Version: 0x3) Info : JTAG Tap/device matched Info : JTAG tap: stm32.bs tap/device found: 0x16410041 (Manufacturer: 0x020, Part: 0x6410, Version: 0x1) Info : JTAG Tap/device matched Warn : no telnet port specified, using default port 4444 Warn : no gdb port specified, using default port 3333 Warn : no tcl port specified, using default port 6666 the problem is, that the target is held in reset no matter what I do. poll gives: target state: reset jtag_reset 0 1 changes nothing halt gives: timed out while waiting for target halted Runtime error, file "command.c", line 456: The board and the rlink are ok, because they were used with succes a few hours ago (in ride7). I will check that anyway in a moment. any ideas what can I do? the debug messages give nothing interessting and are filled with some download commands that go with the speed of light. Thx in advance. _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development