From: David B. <da...@pa...> - 2010-03-24 19:50:03
|
On Wednesday 24 March 2010, Laurent Gauch wrote: > > We really don't want to need JTAG and SWD versions of every config > > script and event handler based on what transport is in use... > > > We do not need to write specific scipt versions for JTAG or SWD serial > port, but we will have to give in the target script what is the maximum > specific frequency of each serial port : > > 'target_jtag_max_tck_frequency_khz' > 'target_swd_max_tck_frequency_khz' JTAG and SWD share key signals though ... on both adapter and target sides. Lots of boards have a single JTAG/SWD connector. I really see *NO* good things coming from creating more ways to confuse configurations. Especially .... more *needless* confusion. |