• Software Reset
    I want to force a reboot if a serious error occurs. I have tried the _trap_(0x00); function which inserts the SRST instruction but nothing happens. In debug mode i get an error message in the output...
  • Software *** Hardware reset of AT89S52
    Is this possible if we use hard reset (Logic 1 Pulse with some delay) by using ISR and one Port Pin Connected to RESET Pin? so that Controller can RESET itself by Applying RESET signal by ISR. I mean...
  • Software reset command
    Hi, I used to work with the AVcase compiler, and it had the exit(0) command to reset the microcontroller. That command doesn't work in Keil. Is there another command in Keil that resets the 8051...
  • How do software reset
    I want to reset the software inside the interrupt service routine. ((void (code *) (void)) 0x0000) (); while am using this code only one time executing the code second time it blocking the interrupt...
  • Software Reset in p89lpc932
    Does anyone know how to make a p89lpc932 reset via software?