Hi:
I modified the GP Timer code in CSL for my application. It works fine for Timer 0; however, it doesn't work for Timer 1 or Timer 2(GPT). When I use it for Timer 0, I get interrupts; however, if I switch to Timer 1 or Timer 2, I don't get interrupts. I am enabling the global interrupts and IER0 has a value of 0x0010 indicating that the timer aggregate interrupt is enabled. The way I am modifying the code to switch from one timer to another is by changing GPT_0 to GPT_1 or GPT_2. Seems to me that is the only change to make. Could you please help?
Thanks a lot.
Cheers,
Mushtaq