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.