• 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...
  • 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 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...
  • Software Reset problem
    Hi All, I am facing software reset problem in the XC164.I am explaining the case in detail.Fortunately i am initialising three lEDS's on every powerUp.While during the execution of the application i...