System Handler Priority Config on STM32F4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-09-07 5:33 AM
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
Labels:
- Labels:
-
Interrupt
-
STM32F4 Series
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-09-07 5:52 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-09-09 3:45 AM
Posted on September 09, 2013 at 12:45
Thank you, it worked.
