You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: