how to check if global interrupts are enabled
Posted on January 20, 2016 at 16:53Hi all, How can I check if interrupts are enabled (i.e. find out if __enable_irq() or __disable_irq() were previously called)? I use STM32L4 (M4) Thank you #interrupts #arm-cortex-m4