Hi!
I'm looking for tutorials explaining how to configure/use BBB timers, but can't find anything...
I would like to use a BBB to count pulses and make binning:
- pulses width = 100ns
- bins width = 10-100µs
- total acquistion length = 250ms-5s
I guess it is possible to configure a timer in capture event mode, so it increases at each new pulse. Than, I would also need to configure an interrupt to transfert the counter (minus its previous value) at each end of bins, and store this value in memory.
Maybe it is possible to use DMA to automatically do the transfert every 10-100µs?
Any help welcome.
Thanks.