NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » 328p makefile
February 23, 2012 by tchilzer2 |
Hello, I just rescently purchased an ATMEGA 328p and I am having problems flashing it with my code that works on the 168. I am assuming its the makefile based on the errors. Can somebody please give me a 328p make file so I can make the adjustments? T Thanks so much! |
---|---|
February 23, 2012 by Rick_S |
Go to the download section and download the 328 upgrade guide. There is a link in there for an additional header file to fix most of these problems. Rick |
February 23, 2012 by tchilzer2 |
ok Thank you! |
June 08, 2012 by raildoc |
header file not on site!? |
June 08, 2012 by pcbolt |
@ raildoc - There is a .pdf file in the "Downloads" section called "ATmega328p Upgrade Nano-Guide" which has a link inside for the header file (if your .pdf reader won't allow links just type the address in your browser directly). |
Please log in to post a reply.
Did you know that signed numbers need to be sign-extended when chaging variable sizes? Learn more...
|