cancel
Showing results for 
Search instead for 
Did you mean: 

System Handler Priority Config on STM32F4

AlexSmart
Senior
Posted on September 07, 2013 at 14:33

I need to change some system handlers interrupts priorities, but I could not find this function

NVIC_SystemHandlerPriorityConfig

or something. CMSIS 3.20 & STM32F407 MCU.

Can anyone help me?

#stm32f4 #systemhandler #nvic
2 REPLIES 2
Posted on September 07, 2013 at 14:52

Use NVIC_SetPriority() from core_cm4.h

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
AlexSmart
Senior
Posted on September 09, 2013 at 12:45

Thank you, it worked.