cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Timer calculator Tool

darla14
Senior
Posted on March 16, 2016 at 14:47

Hi, 

Is there any tool to calculate the timer calculations chiefly to calculate the timer interrupt duration .There is this non -official

http://www.mikroe.com/timer-calculator/

 from mikroelectronika but it doesnt have support for all the STM32 micro controller

I 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 #!timer
1 REPLY 1
Radosław
Senior
Posted on March 16, 2016 at 19:32

tim uptade frequency = TIM_CLK/(TIM_PSC+1)/(TIM_ARR + 1)

its simply math.