• 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 Reset
    I can generate a software reset by the following code: ((void (code *) (void)) 0x0000) (); After the reset, however, my application no longer responds to my interrupts. How can I reinizialize all...
  • ARM: SOFTWARE RESET IN C
    How can I put a software reset into my source code? I'm using the NXP LPC2368. I only found a solution for the C51. http://www.keil.com/support/docs/307.htm
  • MCB1800 software reset
    Hi, i can't do a software reset on a Keil MCB1800 Board with LPC1857 ARM processor. I use Keil uVision 5 and ULINK-ME as debugger. I have tried many solutions found on Keil and NXP forums without success...
  • LPC2148 Reset source Identification
    hi, I need to find out whether the LPC2148 is reset due to POR(power-on reset) or by the RESET pin becoming low. As per the user manual UM10139, I read about the RESET SOURCE IDENTIFICATION REGISTER...