From a7a7e9a9db38ecfa99cf8ce7bf63392039b19e99 Mon Sep 17 00:00:00 2001 From: bsd Date: Thu, 14 Feb 2002 02:59:39 +0000 Subject: [PATCH] Document the pwroff_after_write flag. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@125 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude.conf.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/avrdude.conf.sample b/avrdude.conf.sample index a7391eb5..a1d9d820 100644 --- a/avrdude.conf.sample +++ b/avrdude.conf.sample @@ -41,6 +41,7 @@ # max_write_delay = ; # micro-seconds # readback_p1 = ; # byte value # readback_p2 = ; # byte value +# pwroff_after_write = ; # yes / no # read = ; # write = ; # read_lo = ; @@ -66,6 +67,15 @@ # fuse), "signature", "calibration", "lock" # * The memory type specified on the avrprog command line must match # one of the memory types defined for the specified chip. +# * The pwroff_after_write flag causes avrprog to attempt to +# power the device off and back on after an unsuccessful write to +# the affected memory area if VCC programmer pins are defined. If +# VCC pins are not defined for the programmer, a message +# indicating that the device needs a power-cycle is printed out. +# This flag was added to work around a problem with the +# at90s4433/2333's; see the at90s4433 errata at: +# +# http://www.atmel.com/atmel/acrobat/doc1280.pdf # # INSTRUCTION FORMATS #