Posted on May 17, 2011 at 09:57Hi, I am trying to setup a system where I use interrupts for the USB communication and UART but I have a problem, I can't use both at the same time ... Both work properly separated, once I try to use both it doesn't wo...
Posted on May 17, 2011 at 09:57The device is connected and recognizedas a valid device, using the device viewer i can see that is a dfu device. I have a blinking device while running and goes off after 2 seconds. The exact same code works perfecly i...
Posted on May 17, 2011 at 09:56Does someone have an example of a HID device firmware with data transfer IN/OUT with interrupts or through the report descriptors? Thanks
Posted on May 17, 2011 at 09:56Hey! I am writing a boot loader as well; in DFU mode, exactly with the same characteristics then your in terms of switching bank's. My question is about he USB part, which USB class you use to communicate with your dev...