2013-09-07 05:33 AM
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 #nvic2013-09-07 05:52 AM
Use NVIC_SetPriority() from core_cm4.h
2013-09-09 03:45 AM
Thank you, it worked.