how to reset the microcontroller using C instruction in keil c programmming

Status
Not open for further replies.

bpramod

Member level 1
Joined
Sep 21, 2011
Messages
38
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,534
hi friends..
plz tell me how to reset the microcontroller device using C instruction in keil programming...
 

You're facing the problem, that 8051 (I guess, you're talking about it) processor don't have a reset instruction. All you can do is a jump to address 0 after some cleanup, e.g. clearing interrupts.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…