Question
TICK_INT_PRIORITY changes from 0 to 15 and vice-versa
STM32CubeIDE - Version: 2.0.200.202301271415
STM32CubeMX - Version: 6.8.1-RC4 Build: 20230419-1431 (UTC)
I just added two DMA channels to UART1 and noticed a change in stm32h7xx_hal_conf.h The project uses LwIP and FreeRTOS. FreeRTOS relies on TIM6 as a system timer. I can understand when SysTick has the highest priority. But I can't understand why set it to the lowest in the system? Further, it is not clear why the priority changed again to the maximum?

