Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match ATmega8 fuses to the other chips #5

Closed
carlosefr opened this issue Jun 13, 2016 · 0 comments
Closed

Match ATmega8 fuses to the other chips #5

carlosefr opened this issue Jun 13, 2016 · 0 comments

Comments

@carlosefr
Copy link
Owner

To match the configuration of other chips (activating brown-out detection and not saving EEPROM on chip erase), the ATmega8 fuses should probably be changed to these:

atmega8.menu.clock.internal1=1 MHz (internal)
atmega8.menu.clock.internal1.bootloader.low_fuses=0xa1
atmega8.menu.clock.internal1.bootloader.high_fuses=0xcc
atmega8.menu.clock.internal1.build.f_cpu=1000000L

atmega8.menu.clock.internal8=8 MHz (internal)
atmega8.menu.clock.internal8.bootloader.low_fuses=0xa4
atmega8.menu.clock.internal8.bootloader.high_fuses=0xcc
atmega8.menu.clock.internal8.build.f_cpu=8000000L

atmega8.menu.clock.external16=16 MHz (external)
atmega8.menu.clock.external16.bootloader.low_fuses=0xbf
atmega8.menu.clock.external16.bootloader.high_fuses=0xcc
atmega8.menu.clock.external16.build.f_cpu=16000000L

Testing requires access to an ATmega8 chip, which I don't have available right now.

Ref: http://www.engbedded.com/fusecalc/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant