Stm32 input capture timer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-08 9:52 AM
Hi guys,
Does anyone know if there is any existing example to configure low lever(without using the abstraction layer) an input capture with a timer using a STM32F3 board? If so where could I find it?
Thank you very much !!
- Labels:
-
STM32F3 Series
-
TIM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-08 12:26 PM
Do you mean using the LL part of Cube, or with direct register accesses?
Timers are pretty much the same across the whole STM32 range (except the most specialized features of the advanced timers) so examples for other families have a high chance to work, too - of course with taking into account the differences in GPIO AF matrix.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-09 5:17 AM
Hi Amine,
You have the following choices:
- AN4776 (General-purpose timer cookbook): https://www.st.com/content/ccc/resource/technical/document/application_note/group0/91/01/84/3f/7c/67/41/3f/DM00236305/files/DM00236305.pdf/jcr:content/translations/en.DM00236305.pdf
- Ready to use example with Nucleo-F334 available under: STM32Cube_FW_F3_V1.10.0\Projects\STM32F334R8-Nucleo\Examples_LL\TIM
- you develop your own example with LL-drivers and based on a project that you generate with STM32CubeMX.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-09 5:51 AM
Thanks a lot the second one was exactly what I was looking for.
I'm using a stm32f373 eval but I'll use this example to buid my own low level input capture module.
Thank you!
