Bootloader
Top View
Posted by: Tom van den Berg || Posted on: Wednesday 18-2-2009, 13h58
Today I finished my bootloader project. I know I could easily pluck one of the internet, but I wanted to make one myself. Why? Well, it would be fun and I learned a lot so it was worth it
. The microcontroller part is on an atmega88, but it could be any AVR with bootloader support, the bootloader is written in C and is stays just below 1kb. The program on the computer is written in C++ and is called with a shortcut with the right arguments (or by command line) and then does it thing. Code etc. will be posted when I have a project and file part for my website. But before that I also have to modify the current website, inside (code) and outside (looks), so that maybe take a while.
Posted on: Wednesday 18-2-2009, 14h03
Category: Electronics
Posted by: Tom van den Berg

