Fuses

Do you have a question on how to do something.
Ask in here.
Post Reply
Bryan
Posts: 147
Joined: Wed Jul 06, 2011 1:49 am
Location: Vancouver, B.C.

Fuses

Post by Bryan »

Hello:

Wondering what the required fuses are for the ReefAngel project?

Standard Arduino fuse settings for the Duemilanove 328p?

Low Fuse 0xFF
High Fuse 0xDA
Extended Fuse 0×05
-=Bryan=-
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Fuses

Post by rimai »

I used the below for original bootloader:
High Fuse = 0xDA
Low Fuse = 0xFF
Extended Fuse = 0x05
Lock bit = 0x0F
Unlock bit = 0x3F
And this for optiboot 4.0:
High Fuse = 0xDE
Low Fuse = 0xFF
Extended Fuse = 0x05
Lock bit = 0x2F
Unlock bit = 0x3F
Roberto.
Post Reply