From a1bc237518f76525263245e07290aeb4fe4c5afe Mon Sep 17 00:00:00 2001 From: cpldcpu Date: Sun, 26 Jul 2015 19:55:16 +0200 Subject: firmware: hex files --- firmware/configuration/Nanite841/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/configuration/Nanite841/Makefile.inc') diff --git a/firmware/configuration/Nanite841/Makefile.inc b/firmware/configuration/Nanite841/Makefile.inc index e147248..79e84a3 100644 --- a/firmware/configuration/Nanite841/Makefile.inc +++ b/firmware/configuration/Nanite841/Makefile.inc @@ -15,7 +15,7 @@ DEVICE = attiny841 # - for the size of your device (8kb = 1024 * 8 = 8192) subtract above value 2124... = 6068 # - How many pages in is that? 6068 / 64 (tiny85 page size in bytes) = 94.8125 # - round that down to 94 - our new bootloader address is 94 * 64 = 6016, in hex = 1780 -BOOTLOADER_ADDRESS = 1980 +BOOTLOADER_ADDRESS = 1940 FUSEOPT = -U lfuse:w:0xe2:m -U hfuse:w:0xdd:m -U efuse:w:0xfe:m FUSEOPT_DISABLERESET = # TODO -- cgit v1.2.3