Re: [Openocd-development] resubmit lost works!

2009-05-15 Thread Jonathan Dumaresq
-Message d'origine- De : openocd-development-boun...@lists.berlios.de [mailto:openocd-development-boun...@lists.berlios.de] De la part de Rick Altherr Envoyé : 15 mai 2009 02:09 À : Øyvind Harboe Cc : openocd-development Objet : Re: [Openocd-development] resubmit lost works! On May 14,

Re: [Openocd-development] resubmit lost works!

2009-05-15 Thread Jonathan Dumaresq
Hi, -Message d'origine- De : oyvindhar...@gmail.com [mailto:oyvindhar...@gmail.com] De la part de Øyvind Harboe Envoyé : 15 mai 2009 09:15 À : Jonathan Dumaresq Cc : Rick Altherr; openocd-development Objet : Re: [Openocd-development] resubmit lost works! > Generally this is whe

[Openocd-development] Stm32 load elf file with gdb

2010-11-04 Thread Jonathan dumaresq
Hi all, I try to get my stm32 environnement working with gdb. I'm unable to get my elf file loaded with gdb. Here my setup: Openocd.cfg / source [find interface/olimex-arm-usb-ocd.cfg] source [find target/stm32.cfg] stm32.cpu configure -event gdb-flash-write-end { reset init } stm32

Re: [Openocd-development] Stm32 load elf file with gdb

2010-11-05 Thread Jonathan dumaresq
Hi, andr...@fritiofson.net wrote: > On Thu, Nov 4, 2010 at 2:46 PM, Jonathan dumaresq > wrote: >> Hi all, >> >> I try to get my stm32 environnement working with gdb. I'm unable to >> get my elf file loaded with gdb. Here my setup: >> >> Openoc

[Openocd-development] Problem loading to CFI flash

2010-11-19 Thread Jonathan dumaresq
Hi all, I try to get my cfi external nor flash programmed with openocd. I use en stm32 chip with the FSMC to talk to the CFI flash. Write now I can get the openocd reconised the cfi chip. cfi information: mfr: 0x0020, id:0x227e qry: 'QRY', pri_id: 0x0002, pri_addr: 0x0040, alt_id: 0x, alt

Re: [Openocd-development] Problem loading to CFI flash

2010-11-22 Thread Jonathan dumaresq
Antonio Borneo wrote: > On Sat, Nov 20, 2010 at 4:51 AM, Jonathan dumaresq > wrote: >> Hi all, >> >> I try to get my cfi external nor flash programmed with openocd. >> >>> flash write_image test.hex 0x6400 bin >> current target isn't an

Re: [Openocd-development] Problem loading to CFI flash

2010-11-22 Thread Jonathan dumaresq
Hi Spencer, Spencer Oliver wrote: > On 20/11/2010 01:39, Antonio Borneo wrote: >> >> Ciao Jonathan, >> OpenOCD runs binary code on the target CPU to speed-up some operation >> that through JTAG would take too long. >> Programming the Flash is one of them. >> >> In the CFI driver there is the bin

Re: [Openocd-development] Problem loading to CFI flash

2010-11-22 Thread Jonathan dumaresq
Hi spencer, Spencer Oliver wrote: > On 20/11/2010 01:39, Antonio Borneo wrote: >> >> Ciao Jonathan, >> OpenOCD runs binary code on the target CPU to speed-up some operation >> that through JTAG would take too long. >> Programming the Flash is one of them. >> >> In the CFI driver there is the bin

Re: [Openocd-development] Problem loading to CFI flash

2010-11-22 Thread Jonathan dumaresq
Hi, Spencer Oliver wrote: What you found is a missing feature of OpenOCD. The fix would require one of the following: - a specific code for ARMV7M (this will solve your case only) - a fall-back C code in case of no binary for target (solves all cases, but slow) >> I

Re: [Openocd-development] Problem loading to CFI flash

2010-11-23 Thread Jonathan dumaresq
Hi Michael, openocd-development-boun...@lists.berlios.de wrote: > On 11/22/2010 07:10 PM, Jonathan dumaresq wrote: >> >>> Cannot see anthing wrong with that log - except it is probably slow. >>> >>> Cheers >>> Spen >> The problem seem to me th

Re: [Openocd-development] Problem loading to CFI flash

2010-11-23 Thread Jonathan dumaresq
Hi Antonio, Antonio Borneo wrote: > Jonathan, > could you please report the full part number of the flash chip? > Form the log, seems Numonyx M29W128G > Flash Manufacturer/Device: 0x0020 0x227e Yes this is the part in question. M29W128GL70N6E > > Spencer, > the flash M29W128G has a HW bug. Nu

Re: [Openocd-development] Problem loading to CFI flash

2010-12-06 Thread Jonathan dumaresq
Hi Spen, Spencer Oliver wrote: > On 23/11/2010 03:04, Antonio Borneo wrote: >> Jonathan, >> could you please report the full part number of the flash chip? >> Form the log, seems Numonyx M29W128G >>Flash Manufacturer/Device: 0x0020 0x227e >> >> Spencer, >> the flash M29W128G has a HW bug. Num

Re: [Openocd-development] Problem loading to CFI flash

2010-12-07 Thread Jonathan dumaresq
ote: > On 06/12/2010 14:42, Jonathan dumaresq wrote: >> >> Have you fond some time to test this ? >> > > I have run a quick test and it fails for me also. > As a quick test i commented out block writes (cfi_write_words) and it > works as expected - albeit even slo

Re: [Openocd-development] Problem loading to CFI flash

2010-12-14 Thread Jonathan dumaresq
will be halted. Does any one here can point me to the righ direction ? I attach the asm file for the spansion 16 bin interface with the cortex m3 Regards Jonathan Dumaresq -Message d'origine- De : openocd-development-boun...@lists.berlios.de [mailto:openocd-develo

Re: [Openocd-development] Problem loading to CFI flash

2010-12-14 Thread Jonathan dumaresq
enocd-development-boun...@lists.berlios.de] De la part de Jonathan dumaresq Envoyé : 14 décembre 2010 13:27 À : 'Spencer Oliver' Cc : openocd-development@lists.berlios.de Objet : Re: [Openocd-development] Problem loading to CFI flash Hi, I have pull the head branch of openocd and now I c

Re: [Openocd-development] Problem loading to CFI flash

2010-12-14 Thread Jonathan dumaresq
Hi, -Message d'origine- De : andr...@fritiofson.net [mailto:andr...@fritiofson.net] De la part de Andreas Fritiofson Envoyé : 14 décembre 2010 15:39 À : Jonathan dumaresq Cc : Spencer Oliver; openocd-development@lists.berlios.de Objet : Re: [Openocd-development] Problem loading t

Re: [Openocd-development] Problem loading to CFI flash

2010-12-15 Thread Jonathan dumaresq
:21 À : Jonathan dumaresq Cc : 'Antonio Borneo'; openocd-development@lists.berlios.de Objet : Re: [Openocd-development] Problem loading to CFI flash On 06/12/2010 14:42, Jonathan dumaresq wrote: > > Have you fond some time to test this ? > I have run a quick test and it fails for me

Re: [Openocd-development] Problem loading to CFI flash

2010-12-17 Thread Jonathan dumaresq
6 bit interface has been tested. I can add the 8 and 32 bit if the patch is correct. >From my testing, I got 17KB/sec I'll apreciate a feedback for thoses patches. Since this is nearly my first git pacthes... Regards Jonathan Dumaresq openocd-development-boun...@lists.berlios.de wro

Re: [Openocd-development] Problem loading to CFI flash

2010-12-20 Thread Jonathan dumaresq
andr...@fritiofson.net wrote: > On Fri, Dec 17, 2010 at 4:36 PM, Jonathan dumaresq > wrote: >> Hi all, >> >> Here my first patches to be able to use the CFI driver on cortex M3 >> with the helper code on target. This is probably not the better way >> of

Re: [Openocd-development] Problem loading to CFI flash

2010-12-20 Thread Jonathan dumaresq
openocd-development-boun...@lists.berlios.de wrote: > On Sun, Dec 19, 2010 at 3:56 AM, Michael Schwingen > wrote: >> I think it is time to re-factor that target-algorithm code and pull >> the target dependencies out of the CFI code, but that would be a >> separate step. > > Fully agree! +1 Jon

[Openocd-development] New patch series for the handling of CFI with stm32

2011-01-05 Thread Jonathan dumaresq
Hi, Here my new series of patches. Jonathan 0002-Add-the-support-for-the-armv7m-arch.patch Description: Binary data 0001-Add-the-contrib-file-for-the-armv7m-arch.patch Description: Binary data ___ Openocd-development mailing list Openocd-developmen

Re: [Openocd-development] New patch series for the handling of CFI with stm32

2011-01-05 Thread Jonathan dumaresq
>From a newbie like me that have no idea of how openocd backend works... This was the only solution that i found. Anyways, the cfi driver should be target independent... Jonathan openocd-development-boun...@lists.berlios.de wrote: > Am 01/05/2011 06:04 PM, schrieb Jonathan dumaresq:

[Openocd-development] info on cpu speed

2011-03-03 Thread Jonathan Dumaresq
Hi all, I work on stm32 devices and I would like to kow if ther exist a openocd command to retreived the cpu speed ? I would like to know if my pll setup are OK. I remember whan I have worked on ARM7 target that with flash info 0 the mcu speed was approximed. But could not find this with S

Re: [Openocd-development] making contributing easier

2011-03-30 Thread Jonathan Dumaresq
Hi, -Message d'origine- De : openocd-development-boun...@lists.berlios.de [mailto:openocd-development-boun...@lists.berlios.de] De la part de Tormod Volden Envoyé : 29 mars 2011 16:59 À : openocd-development@lists.berlios.de Objet : Re: [Openocd-development] making contributing easier On

[Openocd-development] Cortex-M0 support ?

2011-06-06 Thread Jonathan Dumaresq
Hi all, I wonder if openOCD have support for Cortex-M0 ? We just started working with NXP devices and I don't see any support for the M0 in the Openocd script file. Regards Jonathan ___ Openocd-development mailing list Openocd-development@li

Re: [Openocd-development] Cortex-M0 support ?

2011-06-07 Thread Jonathan Dumaresq
Hi, -Message d'origine- De : openocd-development-boun...@lists.berlios.de [mailto:openocd-development-boun...@lists.berlios.de] De la part de Tomek CEDRO Envoyé : 6 juin 2011 16:16 À : Freddie Chopin Cc : openocd-development@lists.berlios.de Objet : Re: [Openocd-development] Cortex-M0 sup

[Openocd-development] Add STM32 value line MD and HD support

2011-08-24 Thread Jonathan Dumaresq
Hi, I have added the Value line HD support. Thsi have been tested in a real HD chip. STM32T100VE Jonathan Dumaresq 0002-Add-Valuline-HD-to-config-file.patch Description: Binary data 0001-This-will-add-the-Value-Line-HD-of-stm32-devices.patch Description: Binary data

Re: [Openocd-development] Add STM32 value line MD and HD support

2011-09-12 Thread Jonathan Dumaresq
Hi Tormod, Tormod Volden wrote: > Hi Jonathan, > > In the patch you wrote, 1k pages versus page_size = 2048 seems > contradictory, I guess the comment is wrong: Yes I will check that. > > + /* value line density - we have 1k pages > + * 4 pages for a protection area

[Openocd-development] TR: OpenOCD 0.1.0 released

2009-01-22 Thread Jonathan Dumaresq
Forgot to cc the list. Sorry about that. Jonathan Hi, Great Job We are happy that OpenOCD will do releases. It always easier for user to have official releases. Keep your great work all ! Jonathan -Message d'origine- De : openocd-development-boun...@lists.berlios.de [mailto:o

[Openocd-development] STM32 RIDE7 OPENCOD

2009-03-03 Thread Jonathan Dumaresq
HI all, I have used openocd for more than 1 year now on ARM7 platform. We will start a new design based on the STM32. I see some information about it here in the list aboute the speed issue. This is not my main issue with this. I would like to know if it is possible to use openocd from RIDE7 ? If

Re: [Openocd-development] STM32 RIDE7 OPENCOD

2009-03-04 Thread Jonathan Dumaresq
-boun...@lists.berlios.de] De la part de Freddie Chopin Envoyé : 3 mars 2009 16:52 À : openocd-development@lists.berlios.de Objet : Re: [Openocd-development] STM32 RIDE7 OPENCOD Jonathan Dumaresq pisze: > If not, what IDE > toolchain you suggest to be able to debug, download to target ? you

[Openocd-development] config file for downloading to a sam7s device

2009-03-25 Thread Jonathan Dumaresq
Hi all, I want to upgrade my revision 645 openocd to the new 0.1.0. I see that many things have changed. I try to get my setup in the same way I had my last one. I would like to be able to download my application to the flash of the sam7s parts. I Have a 256K flash device. Here what I have so

[Openocd-development] Info about RTOS support

2011-10-13 Thread Jonathan Dumaresq
Hi, I have seem on the ml that FreeRTOS is now supported in openocd. I wonder if there is some documentation about this ? I use eclipse to code and debug. I would like to use this feature. I'm using an STM32 part. From what I see, it is supported. Regards Jonathan Dum

Re: [Openocd-development] Info about RTOS support

2011-10-13 Thread Jonathan Dumaresq
Hi, Øyvind Harboe wrote: > There is some in the OpenOCD manual, but we would very much welcome > patches for more! > > Did you check out the documentation you could find in the OpenOCD > manual? I checked on the http://openocd.sourceforge.net/doc//pdf/openocd.pdf. I did a find on rtos keyword,

Re: [Openocd-development] Info about RTOS support

2011-10-14 Thread Jonathan Dumaresq
memory to avoid confusion > due to old data persisting in RAM after reset: > > # clear RAM so that the rtos awareness does not detect threads > left in memory from previous run mww 0x2000 0x 0x4000 I will put his in my reset init call back ? > > > Regards, > >

[Openocd-development] Modify a git commit ?

2011-10-28 Thread Jonathan Dumaresq
HI, I have create a change in one of my patch that i have already sent. I commited it, but I forget to add the signed-off by... Is it possible to edit a commit message ? Jonathan ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] Modify a git commit ?

2011-10-28 Thread Jonathan Dumaresq
athan Dumaresq Date: Fri Oct 28 10:05:30 2011 -0400 Merge branch 'master' of git://openocd.git.sourceforge.net/gitroot/openocd/o Change-Id: Ib5ae7f423c165add1190435cd874fcc80cd845d4 Signed-off-by: Jonathan Dumaresq modified: src/flash/nor/stm