NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » Avrdude -U Flag and File Formats
May 18, 2011 by Mindale ![]() |
I am trying to understand the makefile a little better and I am wondering about the -U flag for Avrdude. Specifically, the flag in the standard makefile is:
It is my understanding that the :a component signifies the format of the file being written, but what is this format specifically? What does the :a stand for? Thanks for your help. |
---|---|
May 19, 2011 by Rick_S ![]() |
From the avrdude documentation pdf: (Which is a good read if you want to know more about avrdude)
so 'a' auto detects the type. Rick |
May 19, 2011 by Mindale ![]() |
Thanks for the info and the link. This documentation is really helpful. |
Please log in to post a reply.
Did you know that interrupts can cause problems if you're not careful about timing and memory access? Learn more...
|