Search found 5 matches

by renovatio
Thu May 08, 2008 6:53 pm
Forum: V-USB
Topic: making USBasp hardware with AVR-Doper 2008-04-27 firmware
Replies: 18
Views: 19001

christian wrote:The source can be compiled for the Mega8 as well, just change the target device and (optionally) the clock rate in Makefile.


Thanks Christian, I'll need to analyze sources and compile for my hardware.
by renovatio
Mon May 05, 2008 9:17 pm
Forum: V-USB
Topic: making USBasp hardware with AVR-Doper 2008-04-27 firmware
Replies: 18
Views: 19001

I live in small town and can not to bye ATmega168.

Will try to modify sources for simply realisation based on ATmega8.

Great thanks and big regards for your replies.
by renovatio
Mon May 05, 2008 3:55 pm
Forum: V-USB
Topic: making USBasp hardware with AVR-Doper 2008-04-27 firmware
Replies: 18
Views: 19001

Sorry, I think I misunderstood your original posting: You're trying to run the AVR-Doper firmware on USBasp hardware and it does not work, right? Yes, of cause. Release 2008-04-27 * Fixed bug from previous release: LED pin was not configured as output on AVR-Doper hardware. Release 2008-04-26 * Ass...
by renovatio
Sun May 04, 2008 11:11 pm
Forum: V-USB
Topic: making USBasp hardware with AVR-Doper 2008-04-27 firmware
Replies: 18
Views: 19001

You need avrdude and libusb-win32 for USBasp. Have you installed libusb-win32? libusb-win32 installed. I think problem is not there. USBTiny works correctly for example (avrdude). Must I use original USBasp schematic or make any changes ? what about fuses ? I wrote fuses represented in Makefile. Gr...
by renovatio
Sat May 03, 2008 9:19 am
Forum: V-USB
Topic: making USBasp hardware with AVR-Doper 2008-04-27 firmware
Replies: 18
Views: 19001

making USBasp hardware with AVR-Doper 2008-04-27 firmware

Hi 2 all. I made two programmers: AVR-Doper hardware with "avr-doper-mega8-12mhz.hex" firmware and fuse bytes represented in Makefile. USBasp hardware with "usbasp-mega8-12mhz.hex" firmware and the same fuses (lfuse 0x9F, hfuse 0xC9). cause built on ATmega8. I'm using Win_XP_SP2 ...