Quote:
Originally Posted by isaac_alaska
almost there! is there an easy walk through on how to use the avr studio software to load firmware onto the controller? i downloaded the firmware files from the wiki that sawickm had uploaded. one is a .c file, the other is a .h file.
i'm assuming i hit "new project" in avr studio, but then i'm not sure if i'm supposed to use "ATMEL AVR assembler" or "AVR GCC"
some help on walking through all of this would be awesome!
(i'm running windows 7 ultimate right now, i can find another OS if that's a problem)
|
You cannot use avr studio to build the source for the controller.
You have to use the make file that should be with the C code.
You might be able to use the files from some other firmware. You can get all the old firmware files in my archive.
Index of /firmware
Your best bet is to set up a linux dev environment.
-Adam