Hello TI,
I am trying to generate 1ms Interrupt frequency with a 16bit Timer, but I am not getting 1ms. Could you please let me know if there is something wrong with my prescaler and Load set?
TimerConfigure(TIMER5_BASE, TIMER_CFG_SPLIT_PAIR | TIMER_CFG_B_PERIODIC );
TimerPrescaleSet(TIMER5_BASE, TIMER_B, 240);
TimerLoadSet(TIMER5_BASE, TIMER_B, 500);
and is there any possible way to check if the timer is configured correctly?
Thanks alot for you support!
Br
