TIM12_IRQ dose not work in the HAL_TIM_PeriodElapsedCallback(htim). But it work in the TIM8_BRK_TIM12_IRQHandler(void). Let me know why it dose not work in the HAL_TIM_PeriodElapsedCallback(htim).
MCU: STM32F767FreeRTOSTIM14 (TimeBase, priority 0) -> tick count using in the HAL_TIM_PeriodElapsedCallback()TIM12 (Update Timer Interrupt call, priority 5)I configured to generate the TIM12 update interrupt and call in the TIM8_BRK_TIM12_IRQHandler...