HI All,
Looks like i have nailed the problem.
If i am trying to access the serial port transmit of the K60 faster than 50 milliseconds, it goes generates an exception.
I have a program that reads followed by write the serial port every 50 msec. if i do reads faster than 50 msec it survives but if i try to write it faster
than 50 msec it will throw and exception faster than expected in the previous situation where it threw an exception after a few days of operation.
The baud rate is 19200 data 8N1 and ITTY buffer size is 2048 bytes. I am writing about 48 bytes which means that 25 msec it takes to send it.
i am under the assumption that when i try to write it faster than 50 msec, it violates the buffer size vs transmitted characters going out !!
But it should not happen if i stay at 50 milliseconds
Thanks for the help
best regards
Vinod Ganesh