disjk
Newbie level 4
- Joined
- Apr 22, 2018
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Location
- iran-tehran
- Activity points
- 52
how to reset ATmega32 with code?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You want to reset the microcontroller with code. A watchdog generates a true microcontroller reset. I don't see why this can't be used.my code have a few while(1)! so i cant use watchdog!
Almost agreed. It's a more theoretical option to set all processor register to reset state and jump to reset vector.It is not preferred, it is only one way to do that
If it's not possible to activate the RESET pin, then it's the only way for a true microcontroller RESET.Almost agreed. It's a more theoretical option to set all processor register to reset state and jump to reset vector.