Anyone implemented USBasp Loader inATMEGA32

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
lxkarthi
Posts: 6
Joined: Tue May 15, 2012 12:17 pm

Anyone implemented USBasp Loader inATMEGA32

Post by lxkarthi » Tue May 15, 2012 12:25 pm

Hi,
I am trying to implement USBaspLoader in ATMEGA32.
When i plug in the USB, it says, device not recognised & shows as unknown device with both ids (vendor,device) as 00.
Details:
I used
PD6 as D-
PD2 as D+
PD1 as jumper.
Bootloader address as 7800 (configured in makefile)
Freq 16 MHz.
Fused High:d6 low:df
I am not locking ATMEGA lock bits (in order to save my chip if i program wrong lock bits)
I use Windows 7. & tried installing usbasploader driver for windows7.
Please, if anyone have already implemented it, HELP !

bootsector
Posts: 2
Joined: Mon Jan 09, 2012 12:31 pm

Re: Anyone implemented USBasp Loader inATMEGA32

Post by bootsector » Sun Jul 01, 2012 12:30 pm

I have the same issue here with both atmega168p and atmega328p.

So I've switched to BootloadHID that seems to be working fine on my setup, but I really wanted to use USBAsp instead...

BR,

bootsector

matrixstorm
Posts: 16
Joined: Tue Sep 18, 2012 2:30 pm

Re: Anyone implemented USBasp Loader inATMEGA32

Post by matrixstorm » Tue Sep 18, 2012 2:34 pm

Hi,
maybe you can try https://github.com/baerwolf/USBaspLoader (https://github.com/baerwolf/USBaspLoader.git).

It is a recent patchlevel of the original USBaspLoader 2010-07-27 with a bunch of new feature and fixes.
(For example it is now possible to read FUSE and LOCKbits. Now, the bootloader also is enabled to be updated via its USB interface.)

If this won"t work I might patch this missing things into it...

Best regards,
matrixstorm

Post Reply