On Sun, Dec 5, 2010 at 6:42 PM, Starkeeper <[email protected]> wrote: > Just to let you know, I still have the problem, that I can not program the > external flash ;) > > I am wondering that most of the other non cfi flash drivers require the > correct clock rate as parameter. How does the cfi driver computes the > timings without knowledge of the current clock?
As far as I know, CFI driver issues commands to flash and waits the flash itself replies that the command is completed. There isn't any clock nor specific time tick. Only concept of time is for timeout; if flash does not reply after a specific timeout, the operation is aborted. Best Regards Antonio _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
