USBaspLoader for atmega32 ?

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
samira
Posts: 1
Joined: Fri May 22, 2009 4:12 am

USBaspLoader for atmega32 ?

Post by samira » Fri May 22, 2009 4:23 am

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

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Re: USBaspLoader for atmega32 ?

Post by christian » Fri Jun 05, 2009 5:29 pm

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.

Post Reply