Re: [Openocd-development] Openocd and ARM R4F support?

2009-08-05 Thread Xiaofan Chen
On Thu, Aug 6, 2009 at 1:49 PM, Steeg, Matthias wrote: > Is openOCD already supporting ARM Cortex R4? > As far as I know, the A8 support is in progress, not yet the R4. -- Xiaofan http://mcuee.blogspot.com ___ Openocd-development mailing list Openocd-

[Openocd-development] Openocd and ARM R4F support?

2009-08-05 Thread Steeg, Matthias
Hello, Is openOCD already supporting ARM Cortex R4? Kindest regards, Matthias Steeg ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] libusb-win32 for Vista 64 -- hopefully coming soon

2009-08-05 Thread Xiaofan Chen
On Wed, Jul 15, 2009 at 9:33 AM, Xiaofan Chen wrote: >>> By the way, I believe parport_giveio is not working for Vista 64bit. >>> This is similar to the issues of libusb-win32 (driver signing). >>> Maybe this can be added to the README file. >> > So hopefully some nice guys will also help signed >

Re: [Openocd-development] EK-LM3S1968 Configuration File

2009-08-05 Thread Xiaofan Chen
On Sun, Aug 2, 2009 at 12:16 AM, Xiaofan Chen wrote: > Actually I can not get get IAR EWARM 5.30 KS to work at all with the > onboard LMI FTDI interface under Windows Vista. Hmm, update the 5.30KS installation seems to solve the issue. >And it has problems with > the V6 IAR OEM version of J-Link

[Openocd-development] Jlink stableclocks

2009-08-05 Thread Nico Coesel
Hello all, Another problem in 0.2.0: The Jlink driver doesn't seem to implement stableclocks. Nico ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] Alignment warnings

2009-08-05 Thread Nico Coesel
Hello all, I've compiled openocd for a MIPS platform but I'm getting several warnings about increased alignment in the ARM code. It seems at a lot of places a byte buffer is casted to a 32 bit variable or buffer. This gives problems on platforms which do not allow to read a 32 bit value from an arb

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] 0.2.0 released

2009-08-05 Thread Michael Jäntsch
thanks for that! I was still under the impression that libftd2xx was a lot better than libftdi but I tried it now and it works just fine. fixed both problems I had, too!!! Xiaofan Chen schrieb: > 2009/8/3 Michael Jäntsch : > >> 1. This issue has been around for some time in the svn. Some peo

Re: [Openocd-development] Adding support for X and F GDB Stop Reply Packets and additional signals

2009-08-05 Thread Jon Beniston
Hi David, > To handle syscalls ... use a GDB server (or stub) > running native in that OS. Not on bare metal, not talking over JTAG. But that could use up precious resources that you might not have (memory and I/O). Also, why should you have to switch to software based debugging (Which might n