Hi,
I am using ti\TivaWare_C_Series-2.1.4.178\examples\boards\dk-tm4c129x\uart_echo to test uarts.
I have enabled uart0 & uart1, clock running at 120MHz.
Data Rcvd on uart0 Txd on uart1 and vice versa. (Exchanging In Interrupt handler only).
Problem statement:
Both uarts are connected to PC. With Baud 9600 configured, I am sending 50k of data file from one uart to another. If powered on and data sent everything works fine.
But when data is transmitting if I power down the device and power on it, I will be getting junk on other side of uart. After complete 50k data has transmitted and i continue sending data(limited data) rcvd data will be proper only.
Please let me know how I can solve this issue.
Regards,
Dileep