I had some problems with the avrdude 5.3.1. It complains about reading the fuses properly.
Verify error – unable to read lfuse properly. Programmer may not be
reliable.
A workaround is to use the -u switch to override this check. As the new version with this bug fixed is not available for windows, I tried to compile [...]
Entries Tagged as 'winavr'
avrdude 5.4 for Windows
July 15th, 2007 · 7 Comments · winavr
Tags:
Using PROGMEM and EEMEM with AVRs
June 16th, 2007 · 1 Comment · avr, winavr
This post will give you a short example how to read and write EEPROM, and how to use flash memory as storage.
When you are jumping into programming microcontrollers many things are new and uncommon. At least to me as I used to develop in Java. This snippet may save you some time when you start [...]
Tags:
Programming AVR with Eclipse and WinAVR
June 3rd, 2007 · 15 Comments · eclipse, winavr
This is a log of what I have done to get Eclipse running with WinAVR on Windows XP. Maybe it’s helpfull for others.
Prerequisites
Download a Java Runtime JRE or JDK, if you do not have already. Anything greater 1.4.2 should be ok.
Download Eclipse 3.2.2 here
Download the CDT 3.1.2 plugin for Eclipse C/C++ development here
Download [...]
Tags:
