Search found 5 matches

by dlf23456
Tue Apr 10, 2012 6:53 am
Forum: V-USB
Topic: usb not recognised
Replies: 5
Views: 5067

Re: usb not recognised

I am making the cornell project- mister gloves using atmega 16. I have completed the hardware part and have used the programs from the website and hid keys program from v-usb.My problem is every time i put the usb cable in my laptop (windows 7),an error message pops up saying USB DEVICE is not reco...
by dlf23456
Mon Apr 09, 2012 2:31 am
Forum: V-USB
Topic: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)
Replies: 6
Views: 5105

Re: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)

The only obvious thing I can see is that your controller runs out of spec. 12MHz @ 3.3V without violating the spec is only possible with devices that run with 20MHz @ 5V, NOT with those running with 16MHz @ 5V as yours does. Thx Micha. As far as I know, That specification applies ATmega32(L) packag...
by dlf23456
Wed Apr 04, 2012 3:00 am
Forum: V-USB
Topic: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)
Replies: 6
Views: 5105

Re: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)

xiangrui wrote:Are you sure it is right to connect oscillator to only XTAL1?


Thx xiangrui.
I applied as the figure 8.4 on the datasheet.
I thought SCO-103 is not just a crystal, I assume that is a kind of clock generator.
(it has many pins such as Vcc, GND and Output)

Furthermore, I needed the clock shared.
by dlf23456
Wed Apr 04, 2012 2:54 am
Forum: V-USB
Topic: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)
Replies: 6
Views: 5105

Re: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)

The only obvious thing I can see is that your controller runs out of spec. 12MHz @ 3.3V without violating the spec is only possible with devices that run with 20MHz @ 5V, NOT with those running with 16MHz @ 5V as yours does. Thx Micha. As far as I know, That specification applies ATmega32(L) packag...
by dlf23456
Tue Apr 03, 2012 8:47 am
Forum: V-USB
Topic: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)
Replies: 6
Views: 5105

USB recognition problem (3.3v Regulator + 12Mhz Oscillator)

First of all, please kindly understand my broken English. It's not my first language. I used ATmega32A for MCU. I built a PCB using a 3.3v Regulator (LM1117s3.3) and an 12Mhz OSC (SCO-103). No diodes. (At least, I think there wiil be no reason to use diodes). The oscillator is connected to XTAL1. XT...