0

What is the functionality of negative reset pin in ATTiny45? Am I correct that reset pin is used to reset the controller to some random state or am I wrong?

itti_da
  • 3
  • 1

1 Answers1

4

The RESET does not reset the device to a "random" state at all. The reset behavior is well defined and documented:

According to the Microchip ATTiny45 datasheet at:

ATTiny45

ATTiny 45 Reset Pin

What happens is documented here:

Reset Behavior

jwh20
  • 7,917
  • 1
  • 17
  • 28