Daniele Verducci (ZenPenguin) 415300a2db Started working on characters
2021-01-22 08:58:11 +01:00
..
2021-01-19 08:36:01 +01:00
2021-01-08 16:12:46 +01:00
2021-01-22 08:58:11 +01:00
2021-01-22 08:58:11 +01:00
2021-01-02 17:02:30 +01:00
2021-01-19 08:36:01 +01:00

Atmega Microcontroller

Build ASM code

avra filename.asm (generates filename.hex)

Flash

Rom

minipro -w filename.hex -p ATMEGA1284

Fuses

Read fuses: minipro -r -c config -p ATMEGA1284 (-r -c config means read configuration (fuses)) Fuses must be written all together, so read the current values, edit the generated file and write it. The meaning of every bis is in the conf file. Write fuses: minipro -w fuses.conf -c config -p ATMEGA1284