Solved
like to know about __disable_irq() effect on systick
systick was getting disabled with __disable_irq() . is it possible to use __disable_irq() without causing any effect to systick?
systick was getting disabled with __disable_irq() . is it possible to use __disable_irq() without causing any effect to systick?
Hello,
I am afraid it is not possible using __disable_irq() but you can do it this way: set the SysTick priority to higher value than other interrupts and then use CMSIS-Core __set_BASEPRI() function to mask them out.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.