• CARM-LCP2292: Function calls from within ISRs
    Greetings: I'm desperately chasing obscure bugs in somebody else's code. I say this before I state that some of the ISR's are embarrassingly long, and have multiple calls to utility functions. In a...
  • 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
    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