Page 1 of 1

How to port AVRUSb on ATMGA128

Posted: Fri Jul 25, 2008 7:04 am
by mukeshtalks
Hello All,
I am very new user of AVRUSB. I want to implement AVRUSB based code on ATMEGA128. My queries are:

1. is there any boot loader is needed for atmega128.

2. Can i port the given example in AVRUSB directly on the ATMEGA128 with changes in the pic configuration.

Please Help me so that i can start work on that.

I will appreciate you for the same

Regards
Mukesh

Re: How to port AVRUSb on ATMGA128

Posted: Fri Jul 25, 2008 2:22 pm
by apollononnno
I use an interpreter.
The words are not right.
I wrote contents "MCU = atmega128" of "AVRminiProg\default\Makefile" and was able to compile it.
(I operated a circuit and did not really confirm it)
However. my avrstudio4 sometimes gives back a strange error.

Posted: Mon Jul 28, 2008 5:02 am
by alanp
Hi,

I've been using AVR-USB on the ATMEGA128. I started off with the powerswitch example. I changed the processor type and the output port to fit with a board I was playing with.

It worked first time.

Cheers

Alan