On Fri, Mar 06, 2009 at 12:36:52PM +0100, [email protected] wrote:
> 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

[...]

> the problem is, that the target is held in reset no matter what I do.


Uh-oh.  The rlink driver was created based on the schematic for the
Primer1, which contains an Rlink chip.  The standalone Rlink device has
circuitry that the Primer does not.  I made the best guesses I could,
based on USB traffic traces, to accomodate the additional unknown
hardware.

Unfortunately, I do not have a standalone RLink dongle which I could use
for testing or to open up to trace out the missing parts of the
circuit.  I recall Rob saying he was getting one with which to do some
testing, but I haven't been in contact with him in awhile.

The good news is that the part of the driver that twiddles the non TAP
lines is not too hard to understand.  The bad news is that there may be
some driver (or level shifter) enable that I have no idea about, and
which obviously isn't present in the Primer.
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to