Search found 3 matches
- Sat Jan 01, 2011 6:13 pm
- Forum: V-USB
- Topic: V-USB Bootloader w/ AVRStudio Code Optimization Problems
- Replies: 4
- Views: 3789
Re: V-USB Bootloader w/ AVRStudio Code Optimization Problems
I'm having the same problem. I configured the memory settings correctly for my ATmega8 (bootloader begins at 0xC00. I can see that the hex file that is generated is very close to a similar hex file that works, but I get the same symptoms as you: AVR repeatedly reconnecting with Windows, hearing the ...
- Fri Aug 28, 2009 5:32 pm
- Forum: V-USB
- Topic: Combining Input and Feature Reports
- Replies: 1
- Views: 2082
Re: Combining Input and Feature Reports
I saw this got a lot of views. I ended up getting it to work, so here's the code to set and get feature reports, and send input reports. Use usbFunctionSetup to route the diffrerent USB request types to their appropriate functions: usbMsgLen_t usbFunctionSetup(uchar data[8]) { usbRequest_t *rq = (vo...
- Mon Jul 20, 2009 11:31 pm
- Forum: V-USB
- Topic: Combining Input and Feature Reports
- Replies: 1
- Views: 2082
Combining Input and Feature Reports
Hi all, Hoping someone can help out with a problem I'm having. I'm attempting to combine the features of HID-Data and HID-Mouse examples. I modified the mouse example slightly to use a single axis (X) and to use a joystick usage instead of a mouse (this works on my hardware by itself). The problem c...