suprimex / gruvin9x

Automatically exported from code.google.com/p/gruvin9x
0 stars 0 forks source link

Add 'make fuses' capability to Makefile #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
... in such a way that AVRDUDE -B10 is used to ensure slow write speed and 
write all three fuse settings in one call.

Original issue reported on code.google.com by gru...@gmail.com on 20 Jan 2012 at 4:36

GoogleCodeExporter commented 9 years ago
Done.

Used -B8 == 8uS clock period -- or 125KHz -- for safety, this is half the 
maximum rate of 250KHz for a factory new ATmega2560/1, running on its internal 
1MHz clock.

NOTE: It is unknown how faithful any particular, physical programmer device 
will be for the -B8 (125KHz) setting. I have tested it (roughly) with an Atmel 
AVR ISP mkII, where it seemed to perform correctly and believe it should work 
OK with USBasb devices, based on the firmware source code I've see.

Original comment by gru...@gmail.com on 21 Jan 2012 at 2:22