Please be careful when manipulating the fuses, this may cause the microcontroller to stop responding, so it will be necessary to use a special programmer
Please be careful when manipulating the fuses, this may cause the microcontroller to stop responding, so it will be necessary to use a special programmer
Thank you for this. I will definitely go through this. However, for the moment I need to burn the standard Arduino Uno fuses (which are the ones I am trying to burn right now) The hfuse and lfuse get set without any hiccups. However, the efuse consistently fails. Not able to figure out why, since I've done this in the past without any hiccups. Its a brand new MCU without anything on it.
There was a change in how AVRdude treats unused fusebits - they used to be treated as 0, now they are treated as 1. So 0xFD is now the same as 0x05 used to be.