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.

Sensor Controller - pulse counter

Hello,

I'm actually developping on a custom device derivated from the CC2650EM-7ID. This device needs to count the pulses on an external input PIN and during the design I understood that it was possible to use the Sensor Controller to perfom this operation, greatly decreasing the consumption.

Unfortunately, I can't find how to realize a pulse counter using the few functionalities of the Sensor Controller.

I understand that I can use the TDC (Time to digital converter) to realize a pulse counter. However, the start and stop events can't be triggered by an external PIN.
In the mean time, I can set an acquisition on an external PIN by the RTC multi-event capture.

Is it the right way to do to set the RTC on the PIN and set the TDC on Timer 1 ?
Do you have more information now about the pulse counter functionality ?

Thank you in advance,


Julien Erdogan