Question
Privilege for Interrupts
Hi,
I want to deactivate all interrupts during a short period.
I'm using
__disable_irq();however, it says, that this can only be used in privilege mode. If I use this function my board crashes. I want to look up the privilege level, but the RM at page 3055 is not clear enough, how I can access those bits. can someone please help.
