Tool/software: TI-RTOS
Hi,
I used the timer module to generate software interrupt. I used .cfg UI to configure my timer.
I did setup for 100ms. (Timer Id :0, Period: 100000 us, Start mode timer starts automatically, Run mode: periodic and continuous, Prescalar factor:0)
For testing, I toggled a GPIO and measured the time using oscilloscope. I read 24.2 us (micro second) instead of 100ms. The system clock was set to 200MHz.
Do I need to use the pre-scalar? or any tick calculations?
Thanks
AJ