mirror of
https://github.com/sjlongland/atinysynth.git
synced 2025-10-04 14:13:38 +10:00
attiny861 port: Tweak BOD settings.
Setting the BOD level to 2.7V helps prevent a condition where the MCU partially fires up during connection of power.
This commit is contained in:
parent
d1cbf66261
commit
26af316c2c
@ -23,8 +23,8 @@ LFUSE=0xc1
|
|||||||
# SPIEN=0 : 0x00 : Enable SPI programming
|
# SPIEN=0 : 0x00 : Enable SPI programming
|
||||||
# WDTON=1 : 0x10 : Disable watchdog
|
# WDTON=1 : 0x10 : Disable watchdog
|
||||||
# EESAVE=1 : 0x08 : EEPROM not preserved during erase
|
# EESAVE=1 : 0x08 : EEPROM not preserved during erase
|
||||||
# BODLEVEL=7 : 0x07 : Brown-out detection disabled
|
# BODLEVEL=4 : 0x06 : Brown-out detection 2.5-2.9V
|
||||||
HFUSE=0xdf
|
HFUSE=0xdd
|
||||||
# Extended fuse:
|
# Extended fuse:
|
||||||
# SELFPRGEN=unprogrammed : Disable self programming
|
# SELFPRGEN=unprogrammed : Disable self programming
|
||||||
EFUSE=0xff
|
EFUSE=0xff
|
||||||
|
Loading…
Reference in New Issue
Block a user