Hello TI members,
I am using a timer in my application in continuous call back mode at a rate of 50 Hz. In call back function i am sending the data over uart using "uart_write" function.
In my application, I have some more UART's for processing and sending the data to various modules over serial port.
After loading the output file on to my board, Data transmission is happening over uart at a rate 50 Hz. However after some minutes (Without any other interactions), timer stops sending the data, i mean
call back function is not executing.
What could be the reasons for this?.
Thank you.
Regards
Kalytan.