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

[bug #13125] ATMega169 efuse reserved bit #31

Closed
avrs-admin opened this issue Dec 10, 2021 · 1 comment
Closed

[bug #13125] ATMega169 efuse reserved bit #31

avrs-admin opened this issue Dec 10, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@avrs-admin
Copy link

Christian Zietz
Thu 19 May 2005 03:50:05 PM UTC

According to the datasheet the least significant bit of the extended fuse byte of an ATMega169 is reserved and should not be programmed. In the corresponding write command in avrdude.conf this bit is marked as "ignore" ("x"). This causes the bit to be set to zero and thus the reserved fuse to be programmed. Atmel confirmed that the programming of this bit affects the RESET pin so that further SPI programming is not possible. I had to switch to JTAG to reset this fuse bit.
I think the avrdude.conf needs to be corrected.

This issue was migrated from https://savannah.nongnu.org/bugs/?13125

@avrs-admin avrs-admin added the bug Something isn't working label Dec 10, 2021
@avrs-admin
Copy link
Author

Brian Dean
Wed 14 Sep 2005 02:16:26 AM UTC

Changed 'x' specification (ignore) to 'i' (input) allowing the developer to preserve or change the bit as desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant