No way to set SysTick to -1 priority in STM32CubeMX
Posted on December 24, 2015 at 08:02I'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 li...