STM32 Timer calculator Tool
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-03-16 6:47 AM
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 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 #!timer
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-03-16 11:32 AM
Posted on March 16, 2016 at 19:32
tim uptade frequency = TIM_CLK/(TIM_PSC+1)/(TIM_ARR + 1)
its simply math.