Hello,
it seems, that obdev dont made a link to my project.
Here is the link for my project with bootloadhid and vusb:
http://www.ringwelt.de/HDBeamer/HDBeamer4b1.html
I used it for ATMEGA8 and ATMEGA168, and it works were well.
Best regards
Ralf
Search found 2 matches
- Wed Apr 28, 2010 9:44 pm
- Forum: V-USB
- Topic: Combining BootloadHID and powerswitch
- Replies: 4
- Views: 5363
- Sun Dec 27, 2009 1:17 pm
- Forum: V-USB
- Topic: Combining BootloadHID and powerswitch
- Replies: 4
- Views: 5363
Re: Combining BootloadHID and powerswitch
First: The Bootloader and the application are independently. So V-USB exists twice. To start the Bootloader from the application, i made some changes to the BootloadHID. I use a variable in the four first bytes of the ram. If there is a special content, the bootloader will start. Changes in the Boot...