Page 1 of 1

V-USB HID Bootloader

Posted: Mon Jan 03, 2011 8:07 pm
by ayandatta_ece
Hi,
I am trying to implement the HID Bootloader mentioned in your site. I was trying to use Atmega16 to implement it. Can you please suggest me the right fuse bits for Atmega 16, as the one mentioned in your project is only for Atmega 8. I also have a small questions, Can this be also implemented with a 16 Mhz Crystal, if yes then do we only need to change the settings in the make file. Please let us know ASAP.

Thanks a lot,

Ayan

Re: V-USB HID Bootloader

Posted: Fri Apr 01, 2011 5:23 am
by mjd
Ayan,

Are you able to flash and run ordinary programs into your ATmega16? I would suggest getting a hello-world-blink-the-LED program working, as then getting bootloaderHID to run will be a lot easier.

You can read about my adventures doing the same thing here:

http://capnstech.blogspot.com/

I start with a blink-the-LED program, and finally end up with a working bootloader. I show every step along the way, including a discussion of fuses. It's for an ATmega328P, but this should help you do the same on the ATmega16.

Mitch.