Oke thanks for everythingchristian wrote:This can be almost anything. That's why I recommended to start with a working example and change only one thing at a time.
Search found 13 matches
- Sat Jan 05, 2008 4:50 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
- Sat Jan 05, 2008 4:33 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
- Sat Jan 05, 2008 3:34 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
- Fri Jan 04, 2008 3:38 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
- Thu Jan 03, 2008 7:30 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
- Thu Jan 03, 2008 6:49 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
- Thu Jan 03, 2008 6:00 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
This is when I write it to the chip $ make flash avrdude -c stk200 -p atmega32 -U flash:w:main.hex:i avrdude.exe: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.00s avrdude.exe: Device signature = 0x1e9502 avrdude.exe: NO...
- Thu Jan 03, 2008 4:41 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
I re-installed MinGW but it didn't do a thing. So I put gcc.exe and g++ in the Bin directory of WinAVR. And then I got thes errors gcc -O2 -Wall -c main.c -o main.o gcc -O2 -Wall -c usbcalls.c -o usbcalls.o gcc -O2 -Wall -o bootloadHID.exe main.o usbcalls.o -lhid -lusb -lsetupapi \mingw\lib\gcc\ming...
- Thu Jan 03, 2008 3:51 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
- Thu Jan 03, 2008 3:24 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
- Thu Jan 03, 2008 2:14 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
- Wed Jan 02, 2008 5:46 pm
- Forum: V-USB
- Topic: Atmega16+32 not found with 16MHz crystal on some Hosts
- Replies: 20
- Views: 22198
Re: Atmega16+32 not found with 16MHz crystal on some Hosts
Hi, first: Thank you for your work. I have several devices with your software usb implementation and tried them on several hosts with windows, debian lenny and ubuntu. Toshiba Laptop USB1.1 controller: Laptop1 Gericom Laptop(ohci) USB1.1 controller: Laptop2 Dell Laptop(ohci) USB2.0: Laptop3 HP Lapt...
- Mon Dec 31, 2007 4:38 pm
- Forum: V-USB
- Topic: USB with atmega 32
- Replies: 20
- Views: 21309
USB with atmega 32
Hi, First of al sorry for the bad English, I'm Dutch. I'm trying to make a controller that works with USB and a atmega 32 But I'm not an expert in C++ and other langues. I tried this software/hardware http://www.obdev.at/products/avrusb/index.html http://www.obdev.at/products/avrusb/bootloadhid.html...