Re: [Openocd-development] stm32f2xxx flash support

2011-05-26 Thread Orbital_sFear
simon qian simonqian.openocd@... writes: It's fast for 27kBytes/s for flash + erase. STM32F200 has 16M internal RC, so the JTAG can run at 2.5M. As I test for STM32F100, flash programming is usually at 13KBytes/s under OpenOCD. ST website is not available in China, I don't know the

Re: [Openocd-development] stm32f2xxx flash support

2011-05-26 Thread Orbital_sFear
The driver works great. Here is my experience with it. I went to openocd, Downloaded the get repo, built. The first time I flashed code, everything Worked great. The second time, I ran into issues. When I was trying to flash, I got the follow: Error: JTAG-DP STICKY ERROR Error: MEM_AP_CSW

Re: [Openocd-development] stm32f2xxx flash support

2011-02-14 Thread Lake, Michael - PAL
FYI, I'm working on stm32f2xxx flash support. I've got basic erase + programming up and running, including block programming so performance will should be tolerable. Does anyone have hardware to test on out there? Hi, I have done some testing on a custom STM32F217ZGT (Rev Z) board using

Re: [Openocd-development] stm32f2xxx flash support

2011-02-14 Thread Laurent Gauch
Everything I've tried works well... Individual sector erase, multiple sector erase up to the full device, image writes, image writes with auto-erase, gdb debugging through Eclipse. Thanks for your work on this! Mike Lake What version of OpenOCD do you use ? Regards, Laurent Gauch

Re: [Openocd-development] stm32f2xxx flash support

2011-02-14 Thread Lake, Michael - PAL
Everything I've tried works well... Individual sector erase, multiple sector erase up to the full device, image writes, image writes with auto-erase, gdb debugging through Eclipse. What version of OpenOCD do you use ? I was working with Øyvind Harboe's WIP git here:

Re: [Openocd-development] stm32f2xxx flash support

2011-02-14 Thread Øyvind Harboe
These changes have indeed been merged with the master branch. OpenOCD could need some good configuration scripts for these STM32 parts and eval boards... Patches gladly accepted! -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87

Re: [Openocd-development] stm32f2xxx flash support

2011-02-03 Thread simon qian
It's fast for 27kBytes/s for flash + erase. STM32F200 has 16M internal RC, so the JTAG can run at 2.5M. As I test for STM32F100, flash programming is usually at 13KBytes/s under OpenOCD. ST website is not available in China, I don't know the state of STM32F200. I have placed an sample order of 20

[Openocd-development] stm32f2xxx flash support

2011-02-02 Thread Øyvind Harboe
FYI, I'm working on stm32f2xxx flash support. I've got basic erase + programming up and running, including block programming so performance will should be tolerable. Does anyone have hardware to test on out there? I'll keep pushing my work-in-progress to oharboe/stm32 until it's ready for

Re: [Openocd-development] stm32f2xxx flash support

2011-02-02 Thread simon qian
I have one STM32F207, but PCB will be available at end of this month. I'll go to ST this month for some STM32F205s if available. I can do the test if I can get the samples, but only for SWD, because there is only SWD available in my PCB. 2011/2/2 Øyvind Harboe oyvind.har...@zylin.com FYI, I'm

Re: [Openocd-development] stm32f2xxx flash support

2011-02-02 Thread Øyvind Harboe
On Wed, Feb 2, 2011 at 7:53 PM, simon qian simonqian.open...@gmail.com wrote: I have one STM32F207, but PCB will be available at end of this month. I'll go to ST this month for some STM32F205s if available. I can do the test if I can get the samples, but only for SWD, because there is only SWD