How to port AVRUSb on ATMGA128

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
mukeshtalks
Posts: 1
Joined: Thu Jul 24, 2008 8:36 am
Contact:

How to port AVRUSb on ATMGA128

Post by mukeshtalks » Fri Jul 25, 2008 7:04 am

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

apollononnno
Rank 1
Rank 1
Posts: 25
Joined: Wed Jul 23, 2008 5:31 am
Location: JAPAN

Re: How to port AVRUSb on ATMGA128

Post by apollononnno » Fri Jul 25, 2008 2:22 pm

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.

alanp
Posts: 6
Joined: Wed May 14, 2008 11:46 pm
Location: Christchurch, NZ

Post by alanp » Mon Jul 28, 2008 5:02 am

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

Post Reply