I am using a OMAP 4430 (on a duovero) to capture pulses from a radio transmitter connected to a Pin on my board (one of the GPIO´s that connect to Timer 11 to be precise).
After setting up the muxing for the Pin to work as an Input and activate the Timer 11 Capture Functionality I get the interrupts I want.
However, I have to restart Timer 11 in every interrupt I get (with "omap_dm_timer_start()"). While this seems to work fine, I really expected to be able to capture the value of Timer 11 "on the fly".
Is "on the fly" capture possible? And, in that case, what do I need to configure differently?