Can someone help me? I don't undestand how to upload the program to my ATMEGA8...
What files I need?
Thanks!
PPM RC to USB interface
-
- Rank 2
- Posts: 43
- Joined: Fri Jun 19, 2009 4:43 pm
Re: PPM RC to USB interface
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
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