Hi,
I am trying to do UART communication between MSP430F1612 and MSP430F2274.
First of all I tried to send data to MSP430F1612 through PC UART and it is working as expected. I checked it by putting in debug mode.
Then I transmitted data using MSP430F2274 to PC UART and it is also working fine.
Now I connecetd UART of these two controllers together and MSP430F2274 will send data and MSP430F1612 will receive data. I connected their Tx to Rx of other controller and gave common Vcc and ground, I also made baud rate same.
But now I am not able to receive anything.
Is there anything I am missing?
Please let me know.
Regards,
Ankita Kadam