Andreas Fritiofson wrote: > The solution to this issue is simple: Instead of mutilating jtag_reset, > create a separate command handler (not necessarily placed in jtag/tcl.c) to > provide some generic base functionality that can be used to code the > sequence in Tcl. Or just code the MSP430 specific sequence directly in a > dedicated command handler. .. > So to be (more) sure, the queue should be flushed both before and > after the sequence.
If the addition is to be any reliable then this magic sequence needs to be added to the queue atomically. Flushing before and after probably isn't good enough.. //Peter ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
