Hi,
I'm trying a simple thing to blink LED at 1 second. Instead of using SysCtlDelay(), i'm trying to use the timer interrupt. There is a way to blink LED using PWM also.
I'm running Tiva dev kit at 120MHz. Problem is that, with what value should I load the timer with so that I can call interrupt at every second. Since 16 bit timer would give me only 65536, I cant generate interrupt every second. Is there a way to achieve this without using 32 bit timer? or I have to use 32 bit timer?
Thanks