1
0
mirror of https://github.com/sjlongland/atinysynth.git synced 2025-09-13 10:03:15 +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:
Stuart Longland 2017-07-25 18:40:52 +10:00
parent d1cbf66261
commit 26af316c2c
Signed by: stuartl
GPG Key ID: F954BBBB7948D546

View File

@ -23,8 +23,8 @@ LFUSE=0xc1
# SPIEN=0 : 0x00 : Enable SPI programming
# WDTON=1 : 0x10 : Disable watchdog
# EESAVE=1 : 0x08 : EEPROM not preserved during erase
# BODLEVEL=7 : 0x07 : Brown-out detection disabled
HFUSE=0xdf
# BODLEVEL=4 : 0x06 : Brown-out detection 2.5-2.9V
HFUSE=0xdd
# Extended fuse:
# SELFPRGEN=unprogrammed : Disable self programming
EFUSE=0xff