Search found 13 matches

by Phoenix
Sat Jan 05, 2008 4:50 pm
Forum: V-USB
Topic: USB with atmega 32
Replies: 20
Views: 21309

christian 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.
Oke thanks for everything
by Phoenix
Sat Jan 05, 2008 4:33 pm
Forum: V-USB
Topic: USB with atmega 32
Replies: 20
Views: 21309

completely unknown Device Descriptor: bcdUSB: 0x0000 bDeviceClass: 0x00 bDeviceSubClass: 0x00 bDeviceProtocol: 0x00 bMaxPacketSize0: 0x00 (0) idVendor: 0x0000 idProduct: 0x0000 bcdDevice: 0x0000 iManufacturer: 0x00 iProduct: 0x00 iSerialNumber: 0x00 bNumConfigurations: 0x00 ConnectionStatus:...
by Phoenix
Sat Jan 05, 2008 3:34 pm
Forum: V-USB
Topic: USB with atmega 32
Replies: 20
Views: 21309

Oke thanks I have no error now.

So I went back to the firmware and I doesn't work and my computer didn't find a device so I made some hardware asjust ments and now I finds a unknown device

So is this a firmware error ?
by Phoenix
Fri Jan 04, 2008 3:38 pm
Forum: V-USB
Topic: USB with atmega 32
Replies: 20
Views: 21309

Oke I will do that but I think I already have firmware running on my atmega32.
But the host software doesn't work because when I compile he doesn't find -lusb and I don't know what it is or where I can find it.
by Phoenix
Thu Jan 03, 2008 7:30 pm
Forum: V-USB
Topic: USB with atmega 32
Replies: 20
Views: 21309

Oke
Compiler works!
But I can't compile the commandline software.

And the device is NOT recognized by my computer.
by Phoenix
Thu Jan 03, 2008 6:49 pm
Forum: V-USB
Topic: USB with atmega 32
Replies: 20
Views: 21309

okey I succesfully programmed the chip.
But the computer software isn't working.
I still can't compile it.
by Phoenix
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...
by Phoenix
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...
by Phoenix
Thu Jan 03, 2008 3:51 pm
Forum: V-USB
Topic: USB with atmega 32
Replies: 20
Views: 21309

I have to program de .HEX file into the chip with an ohter program.
by Phoenix
Thu Jan 03, 2008 3:24 pm
Forum: V-USB
Topic: USB with atmega 32
Replies: 20
Views: 21309

Can the first error be solved by re-installing WinAVR or do I have to change some settings?

And no I doesn't program my chip with the .HEX file. I instal the .HEX file with an ohter program
But I don't get an ohter error.
by Phoenix
Thu Jan 03, 2008 2:14 pm
Forum: V-USB
Topic: USB with atmega 32
Replies: 20
Views: 21309

I don't really have choise I have to make it work with the Mega32. But I ajust it everyting. But when I compile it I get errors in WinAVR This error I get when I compile the commandoline software gcc -O2 -Wall -c main.c -o main.o process_begin: CreateProcess(NULL, gcc -O2 -Wall -c main.c -o main...
by Phoenix
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...
by Phoenix
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...