Download of TinyMultiBootloader_Public_Firmwares.zip (TinyMultiBootloader_Public_Firmwares.zip ( external link: SF.net): 2,098,789 octetos) will begin shortly. If not so, click link on the left.

File Information

File Size
2,098,789 octetos
MD5
9ad1bade7935930348bcdea87efb927c

Descripción del Proyecto

What is it?
It's a Bootloader for Atmel AVR and Microchip PIC devices.
A Bootloader is a firmware running in the AVR or PIC device which allows the user to send it's own firmware without the need of a programmer.
This Bootloader consists of:
- firmwares for many devices (this firmware need to be send to the device's flash memory with a programmer, only once)
- a PC software which communicates with the bootloader firmware in the device and send the user's program in its memory

Where does it come from?
This Bootloader is based on "Tiny PIC Bootloader" made by Claudiu Chiculita.
A special THANK to him!!!

What can it do?
It can program:
- PIC10/12/16/18
- PIC24
- dsPIC30/33
- PIC32 (!!!)
- ATtiny
- ATmega
And this:
- with light modifications to the Bootloader firmware for new devices
- without modifying your source code or using a special linker script
- via GUI or command line prog
- with automatic Reset

What's next?
Bugs fix and minor addons.