Re: [Openocd-development] TCL Memory tests

2011-06-03 Thread Shane Volpe
Oyvind, Agreed about the speed and that is why I did not write a flash test. If your RAM is working on your target your better to write a flash test that resides in your target RAM. However it is tough to test your RAM if your not sure it works. I had a board that had an issue with the RAM and th

Re: [Openocd-development] TCL Memory tests

2011-06-02 Thread Øyvind Harboe
My main concern about such a test would be that it doesn't run very quickly on the target. A great tool to have before moving on to running code on the target though! -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http:

[Openocd-development] TCL Memory tests

2011-06-02 Thread Shane Volpe
All, I've been using openOCD for a little over a week now and I'm quite impressed. I've decided to write a series of memory tests for it using the TCL interface. I've never used TCL before and I do not have much experience with openOCD yet so I'm sure my implementation is less than perfect. I've a