• 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...
  • 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...
  • 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...