I just want to know a bit more about AVR fuse bits. I want to know about their default fuse setting. Considere a fresh Atmega8 chip manufactured out of an Atmel factory. Will the reset pin be working as an digital pin or by default will it be a reset pin? And will it be using the internal 8MHz clock by default or the external crystal.
sreedevk:
Will the reset pin be working as an digital pin or by default will it be a reset pin?
Nick with all the respect, I don't think sreedevk was referring to that. I guess it means if the reset pin could be used as digital pin normally, and how to do that.
I have the same question about the reset pin, because I has been playing around with an attiny13 and couldn't use the reset pin, as digital pin.
ehrja:
Nick with all the respect, I don't think sreedevk was referring to that. I guess it means if the reset pin could be used as digital pin normally, and how to do that.
What was he referring to then? The ability to have the reset pin "not reset" gives you another digital/analog pin, at the cost of having to power off the device to reset it.
sreedevk:
Will the reset pin be working as an digital pin or by default will it be a reset pin?
Nick with all the respect, I don't think sreedevk was referring to that. I guess it means if the reset pin could be used as digital pin normally, and how to do that.
I have the same question about the reset pin, because I has been playing around with an attiny13 and couldn't use the reset pin, as digital pin.
You need to program the RSTDISBL fuse. If you plan to program it again you'll need to have a bootloader on it (though not much flash will be left with only 1K to start with), or a high-voltage programmer.