Maker Pro
Maker Pro

Reset pin of microcontroller!!

Depends... On some chips if left floating (unconnected) you can get periodic random resets, full out repeated non-stop resetting, or it might work fine... On some chips you can disable it with a fuse when you flash the firmware and use it as a regular I/O pin, on others you can't...
 

Harald Kapp

Moderator
Moderator
Just don't do it. Tie the reset pin to a defined level using a pull-up or pull-down resistor.

Beware of disabling the reset pin by programming a fuse or similar. Some chips can no longer be programmed with low voltages (or in system) if the reset pin is disabled.

When in doubt, consult the manual of the µC in question.
 
Hi coolbro, unfortunately not all microcontrollers have a pull-up (or down) reset to drive a stable level to this pin when floating, you have to look on the datasheet of the device, but it isn't a good idea if the ic doesn't have an internal circuit to monitor the voltage on the power supply (brown-out detector).
 
Top