On Sat, Jun 28, 2008 at 12:04 AM, Michael Fischer <[EMAIL PROTECTED]> wrote: > Hello, > > is this ok how openocd handle this configuration? > > If I use the following setup: > reset_config srst_only srst_pulls_trst > > The trace of the signal look like the attachment. Here > openocd sends data to the device while the SRST is still low.
Do you have the debug level 3 log trace? Basically a TMS reset happens while srst is asserted. This is probably to drive the state machine into TAP_TLR as srst pulls trst to sync up things. A cleaner way would be to simply set the tracked state to TAP_TLR. > > Here I use a FT2232 for the interface. > > Best regards, > > Michael > _______________________________________________ > Openocd-development mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/openocd-development > > -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
