On Sunday 20 December 2009, Catalin Patulea wrote:
> Can you point me to (or quickly cook up) an example of using a
> reset-handler to toggle TRST/SRST?

The examples I have are for triggering reset on boards
that don't have SRST at all ... see the reset-assert
event handlers at the end of:

        tcl/target/omap2420.cfg
        tcl/target/omap3430.cfg

Doing such stuff on a board with SRST would be just
making the handler do

        jtag_reset 0 1

keeping TRST inactive (0), and making SRST active (1).

- Dave
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to