This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC1350: Clock for getting the change in time between two events

Part Number: LAUNCHXL-CC1350
Other Parts Discussed in Thread: CC1350, CC1310

Hi colleges,

I am using the cc1350 board to develop a wireless flow meter. One of the aspects of the flow meter is that it needs to measure the time between a electric reed switch activation to find the flow rate. To do this, I figured that I would just use a clock to measure the change in time between the two interrupts triggered by the sensor controller when the reed switch closes. However, I have spent a significant time looking and only found one clock on the chip that would allow me to capture the change in time and that is in the RTOS, which I would like to avoid for power saving reasons.

It seems hard to believe that there are no simple clocks on board in capture mode, so I think I am missing something. I am wondering if anyone knows of a clock that can be used without RTOS on board the cc1350 that would allow me to measure the change in time (interval will not be more than a second)?

Thanks for your help in advance.