[Resolved] HAL_IncTick() Preempt Priority problem when use other timer as timebase
Posted on June 17, 2016 at 04:54I've noticed from STM32CubeMX V4.15.1, when I choose other timers except system tick timer as timebase source. The macro 'TICK_INT_PRIORITY' is defined as 0 (highest). And I can't figure out how to change it. But when...