 |
Andreas Weschenfelder, AVR, ATMEGA, PSoC, ARM, LPC2148, FPGA, SPARTAN 3E, PC, Programmierung
Delphi
FT2232 Atmel (AVR) ISP Flasher - Version: 0.1.0.2
This is an ATMEL ISP FLASHER based on the known FT2232 device in MPSSE mode from ftdi. Thanks the MPSSE mode, the programming and
verification of a atmel device is done in a few seconds.
It is tested with a ft2232D (reset pin at d(7) of port A).
The following devices are supported at the moment:
- AtMega48
- AtMega88
- AtMega168
- AtMega164
- AtMega324
- AtMega644
- AtMega169
- AtTiny261
- AtTiny861
- AT90USB64
- AT90USB128
- AtMega8
- AtMega16
- AtMega32
- AtMega128
- AtMega8535
- AtMega644
- AtMega640
Your atmel is not supported
Have a look at the ini file "devices.ini" in the application path. Simply add the device informations (name, signature, flash size,
flash page size, eeprom size) to the file and restart the FT2232 Atmel ISP Flasher.
Automation
The software supports command line options to automate a flash process:
-s - scan for ftdi devices
-nNAME - select the name for the device
-pFILE - load a project file
-e - chip erase
-w - write the binary (flash/eeprom)
-v - verify the binary (flash/eeprom)
-f - write fuse/lock bits
-q - quit
example:
FT2232AtmelISPFlasher.exe -s "-nMY_FTDI_NAME A" -p../project/MY_PROJECT.FT2232_AVR_ISP -w -q
License
Please note that the software is ONLY for private usage free.
Contact me if you are planning to use this tool in a commercial sector.
Download
click here to download FT2232 Atmel ISP Flasher
History
Version 0.1.0.2
update splash screen; added statistical support
Version 0.1.0.0
- initial version
|