Search found 11 matches

by duni
Mon Sep 17, 2007 5:14 pm
Forum: V-USB
Topic: AVR-DOPER HID mode
Replies: 5
Views: 10144

There is a test program installed with libusb: it should be called just "Test Program" in the start menu folder somewhere or in the libusb installation folder. (ex. C:\Program Files\LibUSB-Win32\bin\testlibusb-win.exe) You should see this device among all other: bus-0/\\.\libusb0-0005--0x1...
by duni
Mon Sep 17, 2007 4:58 pm
Forum: V-USB
Topic: AVR Doper problem (HV mode doesn't work)
Replies: 17
Views: 20989

sudo avrdude -c stk500hvsp -P avrdoper -p t45 avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.04s avrdude: Device signature = 0x1e9206 avrdude: safemode: Fuses OK avrdude done. Thank you. I can't be that naive. T...
by duni
Fri Sep 14, 2007 1:28 pm
Forum: V-USB
Topic: AVR Doper problem (HV mode doesn't work)
Replies: 17
Views: 20989

avrdude: AVR device initialized and ready to accept instructions Reading | | 0% 0.00s avrdude: stk500hv_read_byte(.., signature, 0x0, ...) avrdude: stk500hv_read_byte(): Sending read memory command: Send: 8 bytes: 1b 0d 00 02 0e 3b 00 21 ".....;.!" Sending 8 bytes data chu...
by duni
Thu Sep 13, 2007 10:48 pm
Forum: V-USB
Topic: AVR Doper problem (HV mode doesn't work)
Replies: 17
Views: 20989

The function hvspEnterProgmode() definitely enables Vcc 40 microseconds before setting Reset to high voltage ... yes I saw it, and my genius idea felt apart, because I forgot, that I had triggered the SDO line, so the record starts when it goes high. I don't know why I don't see that on the reset l...
by duni
Thu Sep 13, 2007 6:33 pm
Forum: V-USB
Topic: AVR Doper problem (HV mode doesn't work)
Replies: 17
Views: 20989

Well, I'm excluding more and more possible problems and every time I come at a dead-end. So far: - since I've used the two latest pre-build firmwares and haven't build it with gcc4, this shouldn't be an issue. - I've tried the programmer in AVRStudio 4 in CDC mode - everything - signature,lock bits,...
by duni
Thu Sep 13, 2007 6:08 pm
Forum: V-USB
Topic: AVR-DOPER HID mode
Replies: 5
Views: 10144

1. Have you installed linusb for windows? (http://libusb-win32.sourceforge.net/#downloads - the first filter driver)
2. If that does not help - post the error message.
Hope it works!
by duni
Mon Sep 10, 2007 4:26 pm
Forum: V-USB
Topic: AVR Doper problem (HV mode doesn't work)
Replies: 17
Views: 20989

Here are 6 logic records after the execution of avrdude -c stk500hvsp -P avrdude -p t45 I post them as links because the images are too wide. http://lh5.google.com/duni.bg/RuVPVUziEbI/AAAAAAAAAJk/Bk3N4R_EbV4/prb1.PNG http://lh6.google.com/duni.bg/RuVPVkziEcI/AAAAAAAAAJs/NS1JItVRdIE/prb2.PNG http://l...
by duni
Sat Sep 08, 2007 2:31 pm
Forum: V-USB
Topic: AVR Doper problem (HV mode doesn't work)
Replies: 17
Views: 20989

I'm still trying to fix my problem and I've done the following so far: - I've rearranged the I/Os of the atmega8 and rebuilded the firmware and hardware to ensure there are no broken IOs result: No success, everything works the same way. - I've analyzed the SCI, SII and SDO signals via tha parallel ...
by duni
Wed Sep 05, 2007 1:07 am
Forum: V-USB
Topic: AVR Doper problem (HV mode doesn't work)
Replies: 17
Views: 20989

My programmer also fails on tiny45. The uC has still it's default fuses and not programmed flash. I can't read the signature, it seems that the communication is there but something isn't quite right. When the uC is in the socket I get an error: Device signature = 0xffffff When I measure the signals ...
by duni
Tue Sep 04, 2007 8:53 pm
Forum: V-USB
Topic: Fundamental issues with AVR-Doper, but usb & wiring ok
Replies: 3
Views: 8787

Note that if no device is connected the signature reads 0x000000, instead of giving rc-1 error as in ISP mode. Here is the whole avrdude -vvvv output: sudo avrdude -c stk500hvsp -P avrdoper -p t45 -vvvv avrdude: Version 5.3.1, compiled on Mar 2 2007 at 11:28:00 Copyright (c) 2000-2005 Brian Dean, m ...
by duni
Mon Sep 03, 2007 12:07 pm
Forum: V-USB
Topic: Fundamental issues with AVR-Doper, but usb & wiring ok
Replies: 3
Views: 8787

So I'm still searching and trying and I got so far: the atmega8 is ok, I can read it's flash and fuses with a parallel port programmer - this means that the pin 17- the data output is alright, otherwise I couldn't be able to read it. I measured and noted all the significant voltages on my board: htt...