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.

Compiler/CC2541: Handling Timer 1 Input Capture Mode in CC2541

Part Number: CC2541

Tool/software: TI C/C++ Compiler

Good Day To All,

I just want to confirm if the interrupt is enable in Timer 1 at PORT0 pin 7 will call the "HAL_ISR_FUNCTION(halKeyPort0Isr, P0INT_VECTOR)" with every input capture in the pin.

I am planning to use the Timer 1 Input Capture mode to measure the duty cycle and period of an external signal.

Thanks.