AVR_loader is a small bootloader for loading user's program to ATtiny13 microcontroller. It consists of two parts. The first part is HEX file for programming the ATtiny13 chip. The second is EXE-file for PC.
There are 6 different HEX files for connecting FT232 chip to different pins of ATtiny13. The source assembler code is provided. So you can change it for your purposes. Give AVR_loader a try to fully assess its capabilities!
Requirements:
· D2XX driver from FTDI
· Programmer for initial programming of ATtiny13
· FT232RL and ATtiny13 chips.
What's New in This Release: [ read full changelog ]
· Some bugs were corrected
· x64 version was added