On Sat, Dec 4, 2010 at 10:47 PM, Freddie Chopin <[email protected]> wrote: > This is directly related to the findings from this post: > https://lists.berlios.de/pipermail/openocd-development/2010-December/017405.html > > I've only removed srst_pulls_trst and comments that mentioned that (and > comments that were not very helpful)
Fred, I think the right place to define "reset_config" should be in files in "board" directory, not in "target". The same target device could be present on many boards, with different circuit of JTAG connector. - We could have no connection for TRST signal (it is optional and in this case the TAP reset is obtained pulling down two signals together, don't remember which). - We could have no SRST (very common case, unfortunately) - We could have boards where SRST and TRST are connected together (I never found one, but...) Best Regards, Antonio Borneo _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
