set peripheral interrupt priority higher than systick?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-24 12:29 AM
Posted on October 24, 2016 at 09:29Can I ask an easy question,that I found the systick CMSIS interrupt number is -1and in NVIC_SetPriority(), the negative interrupt number will operate different with positive interrupt number So, can I set peripheral interrupt such as dma's priority higher(more important) than systick?
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-24 1:11 AM
Posted on October 24, 2016 at 10:11
> So, can I set peripheral interrupt such as dma's priority higher(more important) than systick?
Yes. JW