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