View Single Post
Old 10-25-2011, 09:30 PM   #5154 (permalink)
adamj12b
Master EcoModder
 
Join Date: Apr 2009
Location: Charlton MA, USA
Posts: 463

EVVette - '71 Chevy Corvette Coupe
Thanks: 31
Thanked 183 Times in 94 Posts
Quote:
Originally Posted by isaac_alaska View Post
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
__________________
www.EVVette.com - 1971 Corvette Coupe Conversion to all Electric!
www.AdamBrunette.com - Machining, CNC, Robotics and Electronics.

You can download RTD Explorer for the Cougar controllers at www.EVVette.com
  Reply With Quote
The Following User Says Thank You to adamj12b For This Useful Post:
esoneson (10-29-2011)