Dylan Reid wrote:
> I use a JLink to flash my STM32 and I would love to be able to program
> at the speeds you are seeing!  I have been meaning to look at why this
> is so slow for a while but haven't been able to find any time.  I hope
> to be able to get some of the new instrumentation changes in a give it
> a try this week.
> 
> wrote 232380 byte from file lpm.bin in 262.544495s (0.864362 kb/s)
> 
> Dylan
> 

OK, finally got the Luminary Micro LM3S811 evaluation board going...

wrote 10128 byte from file /home/rfbrown/projects/Luminary/qs_ek-lm3s811.hex in
9.243969s (1.069954 kb/s)

That's pretty awful! I'm sure it used to be better? Anyway, it's a non-STM32
Cortex part as Øyvind requested.

I've attached the config file that I'm using.

Cheers,
Rob.



> On Tue, Feb 24, 2009 at 5:04 AM, Rob Brown <r...@cobbleware.com> wrote:
>> Øyvind Harboe wrote:
>>> On Tue, Feb 24, 2009 at 9:30 AM, SimonQian <simonq...@simonqian.com> wrote:
>>>> My adaptor is Versaloon(USB2.0 FullSpeed), it's more slower.
>>>> jtag_khz 565
>>>> flash write_image 
>>>> C:/Projects/FreeRTOS/Demo/CORTEX_STM32Fxxx_Eclipse/RTOSDemo/RTOSDemo.bin 
>>>> 0x08000000 bin
>>>> wrote 27464 byte from file 
>>>> C:/Projects/FreeRTOS/Demo/CORTEX_STM32Fxxx_Eclipse/RTOSDemo/RTOSDemo.bin 
>>>> in 3.375000s (7.946759 kb/s)
>>>>
>>>> Does it because that CM3 can only support a slow JTAG frequency?
>>> It would be helpful to get some performances numbers for non-STM32
>>> Cortex part...
>>>
>>> I haven't dived into the details, but I'll be really surprised if
>>> performance can't be
>>> improved significantly by ironing out a few bumps in OpenOCD.
>>>
>> I've got a Luminary LM3S811 eval board, with a CPU and FT2232.
>> Haven't run it up in a while, and can't remember the first thing
>> about it, but I'll send something to it in the morning
>> (just downloading the driver CD again, to get some demo code...)
>>
>> _______________________________________________
>> Openocd-development mailing list
>> Openocd-development@lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/openocd-development
>>
> _______________________________________________
> Openocd-development mailing list
> Openocd-development@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/openocd-development
> 
> 
interface ft2232
ft2232_vid_pid 0x0403 0xbcd9
ft2232_device_desc "LM3S811 Evaluation Board A"
ft2232_layout evb_lm3s811

jtag_khz 500

jtag_nsrst_delay 100
jtag_ntrst_delay 100

reset_config srst_only

jtag newtap lm3s811 cpu -irlen 4 -ircapture 1 -irmask 0xf -expected-id 
0x2ba00477

set _TARGETNAME lm3s811.cpu
target create $_TARGETNAME cortex_m3 -endian little -chain-position 
$_TARGETNAME -variant lm3s

$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20000000 
-work-area-size 0x2000 -work-area-backup 0

flash bank stellaris 0 0 0 0 0
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to