Configure timers for input capture

I’ve read the topic on creating timer interrupts and it helped a lot. But I was wondering where or how to find additional information on configuring the timer control registers?

Specifically I’m trying to configure a timer in non-PWM mode and set the input capture select mode (to both rising and falling, dending on my mood) with noise cancellation turned on.

Is there documentation yet for the various timer registers …or should I be able to find and grok the data sheets for the micro controller?

Any help would be greatly appreciated.

So far having fun playing with my new Spark Core.

:spark: 14.3.6 Input capture mode (p.300) in the STM32F Reference Manual (RM0008) (9.2MB)

1 Like

Thanks a lot. This looks like exactly what I was looking for.