This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

software Reset in Tiva C series

Hi,

Is it possible to perform a soft reset ( core reset )  using registers

I tried to perform a soft reset by writing a code that will execute the below piece of code when press the push button

__asm("    .global _c_int00\n"
          "    b.w     _c_int00");

it does the job of reset but soon after the reset none of the interrupts are received ...

Regards

siva