We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hey all, I am using mcu AT89c5130A , and its just generate auto reset (I think its happend becasue of watchdog). How can I disable it ? I want that the micro will execute the code only one time. when reset occurs its always starts from the beginig ! please help. thank you
What, exactly, do you mean by that?
If you mean that your program keeps repeating, that could just be that your main() funtion is returning...
"I think its happend becasue of watchdog"
But why do you think that?