Re: [Openocd-development] memwrite with burst enabled not working anymore

2009-08-17 Thread Øyvind Harboe
On Mon, Aug 17, 2009 at 1:52 PM, Daniel Bäder wrote: > Øyvind Harboe schrieb: >> >> What interface are you using? >> >> Perhaps this is a bug in the interface pathmove driver code rather >> than arm11 code? > > I am using a FT2232 based interface (DLP-2232M + glue logic) with libftd2xx > under Cygw

Re: [Openocd-development] memwrite with burst enabled not working anymore

2009-08-17 Thread Daniel Bäder
Øyvind Harboe schrieb: > What interface are you using? > > Perhaps this is a bug in the interface pathmove driver code rather > than arm11 code? I am using a FT2232 based interface (DLP-2232M + glue logic) with libftd2xx under Cygwin under WindowsXP. When I checkout a older version (i.e. 1504) a

Re: [Openocd-development] memwrite with burst enabled not working anymore

2009-08-16 Thread Øyvind Harboe
What interface are you using? Perhaps this is a bug in the interface pathmove driver code rather than arm11 code? -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-d

Re: [Openocd-development] memwrite with burst enabled not working anymore

2009-08-05 Thread Daniel Bäder
I found a solution, in arm11_dbgtap.c arm11_MOVE_DRPAUSE_IDLE_DRPAUSE_with_delay has TAP_IDLE 3 times repated. If you change it to one it works, with two or more it fails. Daniel Bäder schrieb: in the recent svn builds under cygwin/mingw the arm11 memwrite with burst enabled is not working any

Re: [Openocd-development] memwrite with burst enabled not working anymore

2009-07-22 Thread Øyvind Harboe
Please bisect it further. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-devel

[Openocd-development] memwrite with burst enabled not working anymore

2009-07-22 Thread Daniel Bäder
in the recent svn builds under cygwin/mingw the arm11 memwrite with burst enabled is not working anymore. with burst disabled it is working correct but is painfully slow (81s for 32k w/o burst, 0,5s with burst). SVN 2485M: > mww 0 0 8 > mdw 0 8 0x: 0