Re: [Openocd-development] how to scan in/out values wi th specific JTAG states

2009-02-20 Thread Holger Schurig
Add a jtag_add_state to DRPAUSE - this will do a path as: 'DRPAUSE-DREXIT2-DRUPDATE-DRSELECT-DRCAPTURE-DREXIT1-DRP AUSE' Thanks for the hint. I don't find a jtag_add_state() function, probably you mean jtag_add_pathmove: tap_state_t path[] = { TAP_DRPAUSE };

Re: [Openocd-development] Fwd: openocd-0.1.0.mci

2009-02-20 Thread freddie_chopin
It was me (; I've downloaded the installer now and tested it with the md5 (also downloaded now) - its fine (on both download servers). The file matches the one I'm hosting on my private website... The downloaded installer works fine with my PC... Maybe the author of the forwarded mail should

Re: [Openocd-development] Fwd: openocd-0.1.0.mci

2009-02-20 Thread SimonQian
Yes, It's OK by my side, too. According to some users of Versaoon, it works(Eclipse+CodesourceryG++Lite) execept it doesn't support GDB Server in IAR. 2009-02-20 Best Regards, Simon Qian SimonQian(simonq...@simonqian.com) www.SimonQian.com 发件人: freddie_chopin 发送时间: 2009-02-20

[Openocd-development] inverse of tap_state_transition()

2009-02-20 Thread Holger Schurig
tap_state_transition() calculates the next state given a current state and a TMS setting. The attached function jtag_move_to() calulates the TMS bits given a *ANY* current state and a *ANY* goal state. It could be used in OpenOCD to replace the tms_seqs[][] table. Currently, OpenOCD always sends

Re: [Openocd-development] [beagleboard] Re: JTAG

2009-02-20 Thread Dick Hollenbeck
I support what Rick is saying. I think we can work through it. With diligent usage of tap_set_state() when its full logging is enabled, this can be tracked down. There is currently not diligent usage of tap_set_state() in effect in any cable driver. But that is on my to do list when I get