Cant disable all interrupt while using CMSIS RTOS V2
Hi everyone I am using stm32l496 and I am trying to disable all the interrupts while running sensative routines. to disable all the interrupt I am using __disable_irq and to enable them __enable_irq.But nothing seems to happen, even after I use disa...