>/ >> +# The chip may run @ 32khz, so set a really low JTAG speed
/>/ >> +adapter_khz 8
/>/ > this is the wrong place it's not board specific but soc specific
/>/ >
/>/ > tcl/target/at91rm9200.cfg
/>/ />/ Perhaps jtag_rclk 8 should be used, i.e. use RCLK if it is supported
/>/ and fall back to 8 khz. Of course post reset init jtag_rclk's fallback
/>/ frequency could be increased.
/jtalg_rclk 0

I think is better
then If the board need to overwrite it the do it after the source of the soc
file

Best Regards,
please respect the 1/6 (Processor frequency / JTAG frequency) in case the RTCK is not present, not featured by the device by the board or not supported by the JTAG interface.

please use
jtag_rclk 5
in your case.

If the RTCK mechanism is supported by your device / your board / your JTAG interface, the JTAG will start generating TCK edges at the maximum frequency featured by the JTAG interface ( as 30MHZ for a Amontec JTAGkey-2 ). The frequency will be controlled by the target via the RTCK signal. So no need to be worry about the frequency of the processor, regarding post init reset procedure ...

Laurent Gauch
 http://www.amontec.com/
Amontec JTAGkey-2 : High speed USB JTAG interface with RTCK / 24mA output driver / auto-sense 1.4V to 5.5V !
 http://www.amontec.com/jtagkey.shtml












_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to