Search found 2 matches

by tecoholic
Sat Feb 26, 2011 7:38 am
Forum: V-USB
Topic: [Help] Dual Implementation of VUSB in ATmega32
Replies: 3
Views: 2548

Re: [Help] Dual Implementation of VUSB in ATmega32

What are the fuse values that I must set? Since its a new controller I am not sure how it will take the clock signal.

If I connect a 16 Mhz crystal and doesn't alter anything for the fuse values in USBaspLoader, will operate?
by tecoholic
Fri Feb 25, 2011 7:15 am
Forum: V-USB
Topic: [Help] Dual Implementation of VUSB in ATmega32
Replies: 3
Views: 2548

[Help] Dual Implementation of VUSB in ATmega32

Hi, I am starting with a fresh ATmega32 micro-controller for my project. It is a sensor based project. In my project I will set a limit value through USB from the host and the AVR will return a value measured by the sensor whenever the limit value is exceeded, to the host system. Which implementatio...