2018-11-08 09: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 !!
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
2018-11-09 05:17 AM
Hi Amine,
You have the following choices:
-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.
2018-11-09 05: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!