How to do Soft Reset for 8051 | Microcontroller › 8051 › How to do Soft Reset for 8051 This topic has 2 replies, 3 voices, and was last updated 9 years, 5 months ago by Bhavin Savalia. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts January 14, 2013 at 7:05 am #2068 5HUJ4Participant Hi Guys ….! Good to be Here …. Can any plaese suggest me………. How to Soft Reset the 8051 Microcontroller using Embedded C-Programming ..? Waiting for ur replies …… March 7, 2013 at 5:58 pm #9278 VickyParticipant You have to study about the watchdog timer. April 6, 2015 at 5:29 pm #12773 Bhavin SavaliaParticipant Using following code you can reset 8051 by software. void reset (void){((void (code *) (void)) 0x0000) ();} void main (void){reset ();} Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In