Wenn man
avrdude: can't open device "giveio"
bei Google eingibt und den ersten Treffer nimmt, wird man auf
C:\winavr***\doc\avrdude\avrdude.pdf aufmerksam, darin befindet sich ein Kapitel mit dem Namen "Using the parallel Port" da steht was von install_giveio.bat was in c:\avr***\bin zu finden ist
Versuch es mal damit
Zu dem Quarz, ja das sollst Du im Makefile ändern (deswegen ist es gut, wenn man im Projektordner Makefile hat)
Da drückst Du drauf und kannst die Datei bearbeiten.
Interessant ist hier dieser Teil
Code:
# Processor frequency.
# This will define a symbol, F_CPU, in all source code files equal to the
# processor frequency. You can then use this symbol in your source code to
# calculate timings. Do NOT tack on a 'UL' at the end, this will be done
# automatically to create a 32-bit value in your source code.
# Typical values are:
# F_CPU = 1000000
# F_CPU = 1843200
# F_CPU = 2000000
# F_CPU = 3686400
# F_CPU = 4000000
# F_CPU = 7372800
# F_CPU = 8000000
# F_CPU = 11059200
# F_CPU = 14745600
# F_CPU = 16000000
# F_CPU = 18432000
# F_CPU = 20000000
F_CPU = 8000000
# steht für Komentar, wird also ignoriert, jetz nur noch # an einer Stelle wegmachen und woanders einfügen, fertig.
Viel Spaß mit Deinem Projekt
Gruß Sebastian
Lesezeichen