Page 1 of 1

USBaspLoader for atmega32 ?

Posted: Fri May 22, 2009 4:23 am
by samira
It can be used on all AVRs with at least 2 kB of boot loader section, e.g. the popular ATMega8.


This is from usbaspLoader main page.

I would like to use this for Atmega32.
Question : what do I need to change in the config files ?

Thanks for the info's

samira

Re: USBaspLoader for atmega32 ?

Posted: Fri Jun 05, 2009 5:29 pm
by christian
You need to change the pins for D+ and D-, possibly the interrupt and the boot loader condition. In the Makefile you need to change the fuse bits and the hexadecimal base address for the boot loader. That should be all.