[Openocd-development] LPC-E2124 support

2009-03-24 Thread Jesus Sanchez-Palencia
Does anyone have ever seen a config file for Olimex LPC-E2124 ( http://www.olimex.com/dev/lpc-e2124.html) for OpenOCD ? I didn't find at the svn repository and decide to ask here before I start (trying to) doing it. It will be my first experience with OpenOCD, but someone already told me that I co

[Openocd-development] Serial Wire Debug

2009-03-24 Thread Ronald Vanschoren
Dear, I've purchased a Primer2 device (http://www.stm32circle.com/) but not before finding out that it only supports Serial Wire Debug (SWD) and not "normal" JTAG. After some browsing around, it seems OpenOCD doesn't support SWD (yet). I did find the following quote: >SWD is definitely a post-1.0

Re: [Openocd-development] recive the linux kernel's DCC messages

2009-03-24 Thread Hiroshi Ito
I change my mind, I withdraw from this. From: Hiroshi Ito Subject: Re: [Openocd-development] recive the linux kernel's DCC messages Date: Tue, 24 Mar 2009 21:49:04 +0900 (JST) Message-ID: <20090324.214904.07636811@mlb.co.jp> > > I did something similar thanks for the patch. did you by any cha

[Openocd-development] recive the linux kernel's DCC messages

2009-03-24 Thread Laurent Gauch
> > On Tue, Mar 24, 2009 at 1:49 PM, Hiroshi Ito > wrote: > >/ > />>/ I did something similar thanks for the patch. did you by any chance also > />>/ look at the arm dcc serial driver that is handing around on the net? > />/ > />/ No.

Re: [Openocd-development] recive the linux kernel's DCC messages

2009-03-24 Thread Kees Jongenburger
On Tue, Mar 24, 2009 at 1:49 PM, Hiroshi Ito wrote: > >> I did something similar thanks for the patch. did you by any chance also >> look at the arm dcc serial driver that is handing around on the net? > >  No. where is it ? There are a few implementations laying around the one I know of was writt

Re: [Openocd-development] recive the linux kernel's DCC messages

2009-03-24 Thread Hiroshi Ito
> I did something similar thanks for the patch. did you by any chance also > look at the arm dcc serial driver that is handing around on the net? No. where is it ? Use DCC channel as a "virtual serial device" or "virtual network device" is a good idea. For the future entension, to adapt to va

Re: [Openocd-development] recive the linux kernel's DCC messages

2009-03-24 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe PayBack incident management system Reduce costs and increase quality, free Starter Edition http://www.payback.no/index_en.html ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists

Re: [Openocd-development] recive the linux kernel's DCC messages

2009-03-24 Thread Kees Jongenburger
Hello Ito, I did something similar thanks for the patch. did you by any chance also look at the arm dcc serial driver that is handing around on the net? On Tue, Mar 24, 2009 at 11:56 AM, Hiroshi Ito wrote: > I'm debugging Linux 2.6.29-rc8 with OpenOCD. > > Linux for arm has arm generic debug op

[Openocd-development] recive the linux kernel's DCC messages

2009-03-24 Thread Hiroshi Ito
I'm debugging Linux 2.6.29-rc8 with OpenOCD. Linux for arm has arm generic debug option which send debug messages via DCC channel. -- see -- make ARCH=arm menuconfig Kernel hacking Kernel low-level debugging functions Kernel low-level debugging via EmbeddedICE DCC channel - This p

Re: [Openocd-development] STM32 flash performance

2009-03-24 Thread Spencer Oliver
> Hi, > > Originally the stm32 had a register so you could query the > ram size - > > ST in their wisdom have removed this feature !! > You can query the ram size and flash size by visiting > 0x17E0 in the latest STM32 chips. > > 2009-03-24 > > > Best Rega

Re: [Openocd-development] STM32 flash performance

2009-03-24 Thread Leon Woestenberg
Hello, On Mon, Mar 23, 2009 at 3:13 PM, Spencer Oliver wrote: > I really would like a target that issues the following line - but so far > have not found one. > LOG_ERROR("BUG: Why does this fail the first time"); > I got this on my Olimex STM32-H103 board, which has a STM32F103 RBT6, with a

Re: [Openocd-development] STM32 flash performance

2009-03-24 Thread SimonQian
Hi, > Originally the stm32 had a register so you could query the ram size - ST in > their wisdom have removed this feature !! You can query the ram size and flash size by visiting 0x17E0 in the latest STM32 chips. 2009-03-24 Best Regards, Simon Qian SimonQian(simonq...@simonqian.com) ---

Re: [Openocd-development] STM32 flash performance

2009-03-24 Thread Spencer Oliver
> >> I also tried to use OpenOCD's RLink interface: 7.241484 kb/s. > >> Much slower than the native RFlasher application. > > > You could try the following patch - it will add a couple of > K to the > > speed (my tests anyway 13-14kb/sec). > > Which one? The archive-link and the one attached t

Re: [Openocd-development] [PATCH] disassemble Arm926ejs clz instruction

2009-03-24 Thread Øyvind Harboe
Comitted. Thanks! There is no army of testers ready to try out your patch, there is only you. :-) If this patch is wrong, we'll revert it. -- Øyvind Harboe PayBack incident management system Reduce costs and increase quality, free Starter Edition http://www.payback.no/index_en.html __