Time-stamp by chaining two STM32 timers.
Hello Everyone,
I have a requirement to track time and generate timestamps when an event occurs.
I have tried time_base, input capture methods and trying with chaining two timers now.
I wanted to know if it is possible to chain 2 timers in STM32L0 and keep counting the pulses without generating interrupts (normally as done in Time_base).
And when i need the timestamp, i should be able to access the counter registers from the two timers and calculate the time on my own.
Any ideas or suggestions would be of great help. :)
thanks and good day. :)
