No way to set SysTick to -1 priority in STM32CubeMX
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-12-23 11:02 PM
Posted on December 24, 2015 at 08:02
I'm using STM32CubeMX (V4.12.0) and targeting an STM32F411.
By default, SysTick has an IRQ number of -1 which makes it higher priority than an interrupt with Preemption priority of 0, SubPriority of 0. I would like to leave it this way. However, STM32CubeMX modifies SysTick to have a priority of 0. How do I tell STM32CubeMX to not change SysTick's priority?
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
2015-12-24 10:22 PM
Posted on December 25, 2015 at 07:22
My mistake - there is no issue. I confused the concept of IRQ numbering scheme with interrupt priorities.
