18
32166A–AVR32806–06/11
Atmel AVR32806
Windows will then process the installation of the driver corresponding to the ISP of the con-
nected part. Once completed, click ”Finish:”
This installation must be done for each new part family used. For example, using an
will not require a new installation, but
then connecting an
will.
7.4.2 Usage
To launch BatchISP, open a command prompt. A Windows or Cygwin command prompt can be
used provided the
bin
folder of the
installation directory is in the (Windows or Cyg-
win)
PATH
environment variable.
When running BatchISP on an AT32UC3xxxxx, the target part has to be specified with
-device
at32uc3xxxxx
and the communication port with
-hardware usb
. Commands can then be placed
after
-operation
. These commands are executed in order. BatchISP options can be placed in a
text file and invoked using
-cmdfile
rather than specified on the command line.
BatchISP works with an internal ISP buffer per target memory. These ISP buffers can be filled
from several sources. All target operations (program, verify, and read) are performed using
these buffers.
A typical BatchISP command line for programming an application will look like this:
batchisp -device at32uc3c0512c -hardware usb -operation erase f memory flash
blankcheck loadbuffer uc3c0512c-usart_example.elf program verify start reset 0