On Tue, Aug 26, 2008 at 10:30 AM, Spen <[EMAIL PROTECTED]> wrote:
>>
>> Committed
>>
>> STR912 now uses RCLK if available.
>>
>
> Could i ask why? Because using rclk is slower.

Is it?

On the LPC2148 communication fails *just* above RCLK frequency.

Also, it is possible to redefine jtag_rclk (tcl procedure) in the interface
definition to do whatever you want.

openocd .... -c "proc jtag_rclk {a} {jtag_khz a}" ...

=> do not use rclk...

This is more how to formulate a target script such that it can give the
user control over what happens, but to have default behaviour
that matches >90% of all users.

> Certainly for the odd case where you are using a slow clock (32kHz) it is
> better, but that's about it.
>
> What about all the other -S cores, do they default to using RCLK if
> available?

I don't understand your question. There is no "default".

The target config scripts decides whether to use rclk or not.



-- 
Øyvind Harboe
http://www.zylin.com/zy1000.html
ARM7 ARM9 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to