• 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...
  • Xc167 software reset implementation
    Hello buddies, worry for disturbing but I almost died in attempts to run software resset when my program freezes. Rly need som1s help. I know exatcly moment when my programm has to be reseted, But I...
  • RAM accsess and software reset
    Hi I want to acess the RAM with battery backup.How can I do it??? and I need to know the software reset with bootstrap loader. Since I m student of Elect Engineering I badly need serial no...
  • Software Reset with Alternate Start on XC164
    Greetings, Does anyone know if it is possible to initiate an alternate start after a software reset on the Infineon XC164? My problem is I have 2 pieces of software programmed into the ROM of the...
  • 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...