|
From: Spencer O. <sp...@sp...> - 2009-04-23 22:48:59
|
> > What config script and target board are you using? > > > > > I have played a little with the standard scrips but the > interface is basic ft2232 usbjtag layout and nonstandard > vid/pid and Serialnumber string. > > For the target it is the stm32.cfg but the reset config is: > > jtag_nsrst_delay 100 > jtag_ntrst_delay 100 > > #use combined on interfaces or targets that can't set > TRST/SRST separately reset_config trst_and_srst #reset_config > srst_only srst_pulls_trst This statement should only be true for early luminary - we get around that by using the -variant lm3s Then the luminary id is checked to see if it is effected. stm32 does not suffer any reset issues as far as i am aware - asserting srst will not effect the core debug registers. asserting trst does not effect core debug registers either. Cheers Spen |