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.

two handler for two timer interrupt timer

Other Parts Discussed in Thread: CC3200

Hi everyone,

I'm writing a program that use the cc3200 timer.

I've set up the interrupt for the timeout event of TIMER A with and associated handler that do some operations,

but I need for set up another handler every clock cycle that the timer count.

How I realize that?

I noticed that the function TimerIntRegister register an handler for any timer interrupt, but I want distinguish interrupt type.