Hello,
I wanna know if global interrupts are enabled or not.
In ARM compiler,__disable_irq() function returns 0 if interrupts were disabled or not, but on GCC based compiler, this function is declared as void.
Which register should I take a look for bit…