Hi Dear TI Community,
I have a project which will burn my brain as soon. There is a traffic radar which sends 32 bytes statistic information message continuously.
I read data from UART A and send statistic message from UART B.
It is not necessary to read always so I disable UART3 Interrupt RX and RT for 90 second and enable it for 30 second. Totally 120 second is one period.
Problem is;
I always get logical lane statistic message for first lane but other lanes always comes same. I got same message 2 days ago, yesterday and today.
I did not assign values other lanes but always comes same.
When I send message one by one like radar, my code gets each message correctly but when I drain real time continuously data problem appeard.
What may causes this situtation.
Thanks in advance