Hi Everyone,
[TIAM3517]
I have to write an standalone application code to transmit the data received on UART1 to UART3.
I was thinking if in ISR itself i copy the data as below :
ISR SNIPPET :
U3TXREG = U1RXREG;
The above line should do the trick.
I am about to try this. but i would really seek some expert advise on this.
Baud rate configured for both UART interface remains same.[9600 kbps].
Data traffic is continous on UART1.