Hi,
Am 13.10.2010 08:23, schrieb Øyvind Harboe:
> 2010/10/13 Jörg Fischer <tur...@gmx.de>:
>> This work for me _reliable_ on a custom lpc1768 board:
>>
>> adapter_khz 500
>>
>> #delays on reset lines
>> adapter_nsrst_delay 30
>> adapter_nsrst_assert_width 100
>>
>> jtag_ntrst_delay 2
>> jtag_ntrst_assert_width 100
>>
>> reset_config srst_only separate
>>
>>[...]
> Interesting!
> 
> Did you try an operation 100 times? Once or twice doesn't make it robust!
> 
> Paste this into Telnet:
> 
> for {set i 0} {$i < 100} {set i [expr $i+1]} {echo "Reseting $i"; reset init}

[x] Done. I had no error message whatsoever. So it should be safe to
say: "It works reliable".

-- J. Fischer
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to