As I have been trying to find out what's wrong with my particular board/installation, I tried using the measure_clk command. It works, but reported that my clock was 0.495 kHz when it was actually set to (and verified by frequency counter) to be 500 kHz. It turned out to be a simple fix which I have already submitted to gerrit. When measuring time t in milliseconds, 1/t = kHz and so no other multiplier should be applied. The patch addresses that and uses a local tcl variable to assure that the iterations cannot get out of sync again.
Ed ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
