mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2025-03-11 20:31:02 +00:00
Update fuse setting notes
parent
93bde99f58
commit
bfa33f34e0
13
Home.md
13
Home.md
@ -10,22 +10,25 @@ This wiki will collect technical notes, assembly and configuration guides, tips
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Programming the Atmega chips</summary>
|
<summary>Programming the Atmega chips</summary>
|
||||||
|
Make sure that the DIV8 flag is OFF (or the chip will run at 1 MHz and you will find the encoder to be very sluggish), and the ISP programming flag is enabled (if you want to be able to program via the ISP header)
|
||||||
|
|
||||||
The fuse settings I recommend are:
|
The fuse settings I recommend are:
|
||||||
|
|
||||||
|
<details><summary>For ATMega328P</summary>
|
||||||
|
|
||||||
Extended: 0xFF
|
Extended: 0xFF
|
||||||
High: 0xD9
|
High: 0xD9
|
||||||
Low: 0xD2
|
Low: 0xD2
|
||||||
|
|
||||||
This corresponds to the following fuse settings
|
This corresponds to the following fuse settings
|
||||||
|
|
||||||
For ATMega328P:
|
|
||||||
- Brownout Detection Disabled (Extended byte)
|
- Brownout Detection Disabled (Extended byte)
|
||||||
- SPIEN (in system programming over SPI) Enabled (High byte)
|
- SPIEN (in system programming over SPI) Enabled (High byte)
|
||||||
- Boot flash size 2048 ((high byte)
|
- Boot flash size 2048 ((high byte)
|
||||||
- 8 MHz internal RC clock, 4.1 ms startup time (low byte)
|
- 8 MHz internal RC clock, 4.1 ms startup time (low byte)
|
||||||
All other fuses disabled.
|
All other fuses disabled.
|
||||||
|
</details>
|
||||||
For ATMega2560: (to do)
|
|
||||||
|
<details><summary>For ATMega2560</summary>
|
||||||
Specifically, you want to make sure that the DIV8 flag is OFF (or the chip will run at 1 MHz and you will find the encoder to be very sluggish), and the ISP programming flag is enabled (if you want to be able to program via the ISP header)
|
TO DO
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user