PPM RC to USB interface

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
teogomez

PPM RC to USB interface

Post by teogomez » Fri Jun 18, 2010 6:10 am

Can someone help me? I don't undestand how to upload the program to my ATMEGA8...
What files I need?

Thanks!

frank26080115
Rank 2
Rank 2
Posts: 43
Joined: Fri Jun 19, 2009 4:43 pm

Re: PPM RC to USB interface

Post by frank26080115 » Fri Jun 18, 2010 6:45 pm

I'm looking at the source code and it looks like the firmware does not come with a makefile, normally you build the project with the makefile (or some other way) to get a *.hex file to upload to the ATmega with a programmer.
Apparently there are *.a90 files in the release folder for specific chips, *.a90 files are the same as *.hex files according to some AVR Freaks forum post I found http://www.avrfreaks.net/index.php?name ... 59&start=0

If those are not built for the ATmega8, then write a makefile yourself and then re-compile for ATmega8 to get a new *.hex file

If you can't do that, learn how before going further

I'm looking at the ewd ewp eww files, I don't know what IDE they are used in but if you can find out and open them in that IDE, I bet it can compile the entire project for you

Post Reply