Search found 2 matches

by jcassidento_atmel
Thu Feb 02, 2012 6:54 pm
Forum: V-USB
Topic: reset device via bootloader?
Replies: 11
Views: 8106

Re: reset device via bootloader?

Micha suggested "E.g. you could enable the watchdog and let the device run into a while(1)/for(;;)" I have used this method for other cases of transitioning between application and bootloader, and it works fine. It is actually particularly good since the WDT reset is a hard reset, and will...
by jcassidento_atmel
Thu Feb 02, 2012 6:10 pm
Forum: V-USB
Topic: V-USB on Atmel UC3 series ?
Replies: 1
Views: 2691

V-USB on Atmel UC3 series ?

Has anyone tried to port this code to one of Atmel's AVR32-based UC3 devices, like the UC3C ? I have run into an application that requires USB-FS Host (which the UC3C has), but it also requires a separate USB Device port that can be -LS due to the low data throughput requirements. The UC3C core also...