Fuses ATMega 168.

Fuses ATMega 168.

Пошла как говориться тепленькая….. В рамках проекта Эникибеники и в рамках схемотехнических решений буду публиковать тут интересную информацию. И так начинаем. Как видно из заголовка предоставляется информация по фьюзам 168 меги.

ATMega168 Fuses

Fuse High (Default 0xdf Arduino 0xdd Internal clock Arduino 0xdd)

7 RSTDISBL   External Reset Disable
6 DWEN        Debug Wire Enable
5 SPIEN        Enable SPI programming
4 WDTON      Watchdog Timer Always ON
3 EESAVE      Save EEPROM through chip erase
2 BODLEVEL2 Brown Out Detector Trigger
1 BODLEVEL1 BOD detector trigger
0 BODLEVEL0 ...

Fuse Low (Default 0x62 Arduino 0xff internal clock Arduino 0xf2)
7 CKDIV8      Divide Clock by 8
6 CKOUT       Clock Output
5 SUT1         Start Up Time
4 SUT0         Start Up Time
3 CKSEL3      Clock Sel
2 CKSEL2      Clock Sel
1 CKSEL1      Clock Sel
0 CKSEL0      Clock Sel

Startup Times:
00 - fastest ... 11 - slowest

Clock Sels:
Low Power Crystal Oscillator      1111 - 1000
Full Swing Crystal Oscillator       0111 - 0110
Low Frequency Crystal Oscillator 0101 - 0100
Internal 128 kHz RC Oscillator    0011
Calibrated Internal RC Oscillator 0010
External Clock                         0000 

Fuse Extended (default 0x01 Arduino 0x00 internal clock Arduino 0x00)

2 BOOTSZ1   Boot Block Size
1 BOOTSZ0   Boot Block Size
0 BOOTRST   Select boot block for reset

Boot Sizes:
(note addresses are for words)
00 - 2Kb,    0x1c00 - 0x1fff
01 - 1Kb,    0x1e00 - 0x1fff
10 - 512b,  0x1f00 - 0x1fff
11 - 256b,  0x1f80 - 0x1fff
avatar

Author: AzzBuka