2008-09-05 02:01 AM
Pin configuration for TIM1
2011-05-17 03:44 AM
Trivial question... (regarding STM32F103)
I'd like to connect 3 hallsensors to TIM1 and create 6 outputsignals with TIM1. At which pin can I connect the 3 Hallsensors and where are the 6 outputsignals? In the reference manual, page 201/Fig. 47, the names TIMx_CH1, -CH2, CH3 are used for input and for output. In the datasheet (page 24) I can find only TIMx_CH1..2...3 and TIMx_CH1N..2N..3N. I guess this are the compare-outputs (connected with OC1..). Where are the physical capture inputs???? Michael2011-05-17 03:44 AM
a timer channel can be used only for capture or (!) compare,
so the TIMx_CHx input /output are mapped on the same physical pin. In the reference manual ''12.3.18 Interfacing with hall sensors'' is described a solution using two timers. Perhaps this is addressing your question.2011-05-17 03:44 AM
Fine, that makes sense. Now I understand...
Thank you tibo! Cheers Michael