资 源 简 介
AVR Universal Bootloader (AVR-UB)
This project is a general AVR bootloader, for different type of AVR device, all you need to do is modify macro definition, and you do not need to modify the main program. There are many bootloader program on internet, but most of them are only available for special types. When we need to use other types device, we must do a lot of modification. And many of them are only realize the basic functions, and have bugs, hidden problem or may be used inconveniently, so we have developed this program. This project based on ATmega128 bootloader program which developed by Mr ChaoMa, and combined experience in bootloader of PIC18 microcontroller I have wrote before, and used the macro definition skill from AVRUSB, and optimize and test the code time after time, finally get this project.
This AVR universal bootloader can support most types of AVR microcontrollers (Mega series), which have self-programable capability, boot section and UART. If