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 !
Anyone implemented USBasp Loader inATMEGA32
-
- Posts: 2
- Joined: Mon Jan 09, 2012 12:31 pm
Re: Anyone implemented USBasp Loader inATMEGA32
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
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
-
- Posts: 16
- Joined: Tue Sep 18, 2012 2:30 pm
Re: Anyone implemented USBasp Loader inATMEGA32
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
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