Question
Timer Interrupt Callback
Posted on July 05, 2016 at 18:15
In Hal Library version 1.5.1 hal_timebase_tim.c the HAL_TIM_PeriodElapsedCallback(htim) increments uwTick. That's OK for TIM6, since it is now dedicated to that function, but other timer update interrupts also call that callback. Suggest that tim.c check for TIM6 and call a relabelled HAL_TIM6_PeriodElapsedCallback(htim).
Edit: L4 library. Cheers, Hal #anyone-for-regression-testing?