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 pag...