2022-03-19 12:12 PM
Hi there!
i try to configurate TIM14 for generate one interuupt every 1000ms just for try but dosent't work . the frequency is 16Mhz i setup a prescaler 1600-1 and the Counter period 10000, but i diden't receive any interrupt. Before the while i turn on the timer HAL_TIM_Base_Start(&htim14).
Please some one can help me ?
thanks Sergio
Solved! Go to Solution.
2022-03-19 01:05 PM
Hi there !
i fix the problem i need the use HAL_TIM_Base_Start_IT(&htim14).
Thanks Sergio
2022-03-19 01:05 PM
Hi there !
i fix the problem i need the use HAL_TIM_Base_Start_IT(&htim14).
Thanks Sergio
2022-03-22 06:39 AM
Hello @SGian.1 ,
Glad to know the issue has been solved, and thank you for your update.
Imen