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.

CC2630: Timer 1 Example

Part Number: CC2630

Hi All,

I want to use timer 1 interrupt, for example to set a timer that expires after 10 minutes and call a registered interrupt handler. 

Is there any example on how to do such task? or can anyone provide a code example here?

Thanks

  • Hi,

    What software are you using? If it is TI-RTOS based, you can refer to the TI-RTOS Clock API to setup a timer with a configurable timeout and it can be set to call a callback function after the timer expiration.