Hi, On Fri, Aug 02, 2013 at 12:59:50PM -0700, Kenneth Lee wrote: > Thanks for the Response, my apologies for the HTML, it was not > intentional.
No problem. If you avoided top-posting too, and didn't omit the mailing list from Cc, that would be even nicer ;) > I just went ahead followed your GDB instructions on where to Trace the > problem, and there is what seems to be strange behavior. I may be > mistaken but some lines of code might be executing twice for some reason > (optimization artifact?). Yes, that's an optimisation artifact indeed, quite common. Was the function itself called only once, and did you see FIFO counter increase by 2 right after that? Please also try Andreas's suggestion to collect a -d3 log. If by any chance you have access to some other adapter (not stlink) it would be nice to compare. I wonder if it's stlink's firmware itself doing double read in the end. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
