2016-03-16 06:47 AM
Hi,
Is there any tool to calculate the timer calculations chiefly to calculate the timer interrupt duration .There is this non -official from mikroelectronika but it doesnt have support for all the STM32 micro controllerI am looking for STM32F4 and L4 series.How many max Timer can be used for any given series.I am looking for a code example of atleast 2 timer Implementation for STM32F4.In the nucleo package I found one timer implementation. #stm32-nucleo #!stm32f4-!stm32f401 #!timer2016-03-16 11:32 AM
tim uptade frequency = TIM_CLK/(TIM_PSC+1)/(TIM_ARR + 1)
its simply math.