--- In AVR-Chat@yahoogroups.com, "technosarus_rix"
<technosarus_rix@...> wrote:
>
> I'm looking for an ATmega32 bootloader source code in WINAVR. Any
> suggestions?
>
> Ric
>
Several on avrfreaks.net, projects section.
The one called BLIPS is both PC side and AVR side but it's in assembly
language rather than C, so that it uses much smaller amount of flash
memory. This is important in the mega32 because increasing the size of
the flash boot program is in sizes that are a power of two - one byte
too big and the size doubles.