summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-03-15 15:33:56 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-03-15 15:33:56 +0000
commit8e2dd3f47025a66e7b57e04df1a75c0d0ac0e53f (patch)
tree65b5b64b7230d3053f59a7b5fca57df5e54c78ee
parent7ed10a6da8346e701a7fdb3700193cf05f5f1641 (diff)
update high and extended fuses masks for ATmega328P
-rw-r--r--_sp12dev6
1 files changed, 3 insertions, 3 deletions
diff --git a/_sp12dev b/_sp12dev
index a713e6b..b6639e0 100644
--- a/_sp12dev
+++ b/_sp12dev
@@ -1121,7 +1121,7 @@ FUSES_MESSAGE = 0xxxxxxx - CKDIV8 - divide clock by 8 (page 35)
FUSES_MESSAGE = x0xxxxxx - CKOUT output clock on pin B0
FUSES_MESSAGE = xxSUxxxx - start-up time (datasheet page 33)
FUSES_MESSAGE = xxxxCKSE - CKSEL (page 33)
-WRITE_HIGH_FUSES = hlhl hhll hlhl hlll llll llll hhli iiii
+WRITE_HIGH_FUSES = hlhl hhll hlhl hlll llll llll iiii iiii
READ_HIGH_FUSES = lhlh hlll llll hlll llll llll oooo oooo
HIGH_FUSES_MESSAGE = 0xxxxxxx - reset-pin disabled (page 85)
HIGH_FUSES_MESSAGE = x0xxxxxx - debugWire enabled
@@ -1131,8 +1131,8 @@ HIGH_FUSES_MESSAGE = xxxx0xxx - EEPROM preserved in chip erase
HIGH_FUSES_MESSAGE = xxxxxBZx - boot size (page 291)
HIGH_FUSES_MESSAGE = xxxxxxx0 - reset at boot loader (page 66)
WRITE_EXTD_FUSES = hlhl hhll hlhl lhll llll llll xxxx xiii
-READ_EXTD_FUSES = lhlh llll llll hlll llll llll oooo oooo
-EXTD_FUSES_MESSAGE = xxxxxBOD - BODLEVEL (datasheet page 43, 273)
+READ_EXTD_FUSES = lhlh llll llll hlll llll llll xxxx xooo
+EXTD_FUSES_MESSAGE = BOD - BODLEVEL (datasheet page 43, 273)
READ_CALIBRATION = llhh hlll llll llll llll llll oooo oooo
CALIB_MESSAGE = single calibration byte (datasheet page 298)