Tool/software: TI-RTOS
Hi,
I configured a timer for my application as shown below.
By default this timer is configured as 32 bit, right?
I want a period upto 65 seconds. I set period 65535000 using the function Timer_setPeriodMicroSecs(). But after 32 seconds, timeout occurs. When period is upto 32768000, timer works as expected. Do I need to do any other configuration to get period upto 65 seconds?
I use CCS v7.4.0 , TI RTOS v2.16.01.14 and TivaWare_C_Series-2.1.4.178.
Thanks
Sandra