Questa è una vecchia versione del documento!


AVR Programming quick guide

Quick guide useful for first approach or as a reference for commands, pinning, etc…

The matter: upload a compiled code file (.hex) into the avr's flash memory.

Notes

Atmega64 : remove compatibility flag when programming, otherwise lot of registers won't work and the code will crash.

i.e. extended fuse bits should be 0xFF

avrdude -p m64 -P /dev/parport0 -c stk200 -U efuse:r:-:h

will output 0xfd, so let's do

avrdude -p m64 -P /dev/parport0 -c stk200 -U efuse:w:0xFF:m

Navigazione

Table of contents

Contact

For any info you can write to:
Per qualunque info potete scrivere a:
info[at]maetech[dot]it

Ads

Stampa/Esporta
QR Code
QR Code notes:avr.programming (generated for current page)