Re: [OpenOCD-devel] Openocd 0.6.0-dev and STM32F4 Discovery kit

2012-04-04 Thread Vaclav Peroutka
Hi Freddie, > Seems to be the same problem as described before: > > http://sourceforge.net/mailarchive/forum.php?thread_name=CAK%3DH08QpWM_orPekMMAT86Rojk93PoURdG0mU0OKDaDLS2d78A%40mail.gmail.com&forum_name=openocd-devel > yes, exactly. This sentence "STLINK/V2 does when using the new API but th

Re: [OpenOCD-devel] Openocd 0.6.0-dev and STM32F4 Discovery kit

2012-04-04 Thread freddie_chopin
Seems to be the same problem as described before: http://sourceforge.net/mailarchive/forum.php?thread_name=CAK%3DH08QpWM_orPekMMAT86Rojk93PoURdG0mU0OKDaDLS2d78A%40mail.gmail.com&forum_name=openocd-devel 4\/3!! -- Better

Re: [OpenOCD-devel] Openocd 0.6.0-dev and STM32F4 Discovery kit

2012-04-04 Thread Austin, Alex
Any idea what the reset config is on that device? > -Original Message- > From: Vaclav Peroutka [mailto:[email protected]] > Sent: Wednesday, April 04, 2012 2:05 AM > To: OpenOCD Devel > Subject: [OpenOCD-devel] Openocd 0.6.0-dev and STM32F4 Discovery kit > > Hello, > I started to use Ope

Re: [OpenOCD-devel] Fwd: It works! was: Status of PIC32/mips support?

2012-04-04 Thread salvador
On 03/29/2012 05:02 PM, Uhrheber wrote: > > Also I learned that it isn't a good idea to have a #pragma config DEBUG = ON > statement in the code, because this will permanently lock you out from > JTAG after > flashing. > Can this be circumvented by using a srst at mclr? > > Also you should never us

[OpenOCD-devel] [PATCH]: 329f718 topic: Support for Digilent HS1 USB adapter

2012-04-04 Thread gerrit
This is an automated email from Gerrit. Stéphane Bonnet ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/558 -- gerrit commit 329f71806affe3d584424c409456f863659399fb Author: Stephane Bonnet Date: Wed Apr 4 21:05:25 2012 +0200

Re: [OpenOCD-devel] using ft2232 for AVR

2012-04-04 Thread Austin, Alex
Looks like the Lura thing does debugging as well as programming. > -Original Message- > From: Jörg Fischer [mailto:[email protected]] > Sent: Wednesday, April 04, 2012 1:31 PM > To: [email protected] > Subject: Re: [OpenOCD-devel] using ft2232 for AVR > > Am 03.04.2012 15:41

Re: [OpenOCD-devel] using ft2232 for AVR

2012-04-04 Thread Jörg Fischer
Am 03.04.2012 15:41, schrieb [email protected]: > Is this something that could be added to openocd to allow it to > support AVR processors? > http://www.lura.sk/?&LP=111EN&MP=4&ML=3&PO=%27%27 > > I have a JTAGICEMK2 but a lot of people complain that it costs $300. Newest AVRDUDE (http://www.nong

[OpenOCD-devel] [PATCH]: 982d469 Support for KaRo TX25 CPU Module on a StarterkitV base board

2012-04-04 Thread gerrit
This is an automated email from Gerrit. Mark Vels ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/557 -- gerrit commit 982d469bfe0adb103dc441be3ed7898f096d30de Author: Mark Vels Date: Wed Apr 4 16:34:29 2012 +0200 Supp

[OpenOCD-devel] [PATCH]: 8ecbae3 doxygen: remove warnings

2012-04-04 Thread gerrit
This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/556 -- gerrit commit 8ecbae3bf2c4ec20a9d72bcb77fef7886a8f09f4 Author: Spencer Oliver Date: Wed Apr 4 13:37:09 2012 +0100

[OpenOCD-devel] [PATCH]: e5b649c STM32L: Validate flash writes

2012-04-04 Thread gerrit
This is an automated email from Gerrit. Mathias Küster ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/554 -- gerrit commit e5b649cc725754ab6c8d9aeecb3efbb0b78be5f4 Author: Mathias K Date: Wed Apr 4 11:36:26 2012 +0200 STM32L:

[OpenOCD-devel] [PATCH]: 4125033 STM32L: Write partial-page flash data after full-page data

2012-04-04 Thread gerrit
This is an automated email from Gerrit. Mathias Küster ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/555 -- gerrit commit 4125033f9162a8d0347ab820594221f41648da06 Author: Mathias K Date: Wed Apr 4 11:36:38 2012 +0200 STM32L:

[OpenOCD-devel] Openocd 0.6.0-dev and STM32F4 Discovery kit

2012-04-04 Thread Vaclav Peroutka
Hello, I started to use OpenOCD with STM32F4 Discovery kit. In 99% of flash writing, OpenOCD does not correctly reset the target after it is programmed. I use following commands: init reset init flash erase_sector 0 0 3 flash write_image test1.hex 0 ihex reset run sleep 200 shutdown Maybe this