Maker Pro
Maker Pro

Atmega32 reset issue

Sinboy

Feb 22, 2016
2
Joined
Feb 22, 2016
Messages
2
I am using Atmega32 microcontroller for display some features(such as frequency), it display all according to my programming, but my circuit continually make reset automatically. what is the problem, kindly help?
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,681
Joined
Nov 17, 2011
Messages
13,681
We cannot help without knowing more detail. Show us your circuit diagram.
  • What kind of power supply do you use?
  • Is there a noticeable correlation of the reset with some other event (e.g. a machine turning on or off)?
  • What is "continually"? How often per minute or in which interval do the resets occur?

Harald
 

Sinboy

Feb 22, 2016
2
Joined
Feb 22, 2016
Messages
2
for power supply, I am using 7805 voltage regulator.
3 to 4 times in a second, due to which my program for calculating events in 1 second(frequency) can't calculate, as it goes again to initial stage of program
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,681
Joined
Nov 17, 2011
Messages
13,681
Can you confirm this is a hadrware reset? Or maybe it is a software reset?
Are you using any watchdog timers?
 
Top