Tool/software: Code Composer Studio
Hi All,
I am new to MSP430 and I am trying to learn. I have two pressure sensors working with I2C communication. I have my MSP430FR2532 on a PCB with 2 pressure sensors. There are 6 wires coming out of the boar for programming the MCU and UART communication (VCC, Ground, TXR, RXD, SBWTCK, SBWTDIO). I was trying to monitor the results in the serial port of the CCS through UART. I used this code for UART configuration and initialization : 
everything works perfectly and I can monitor the results of the two pressure sensors on the CCS terminal with suggested UART_BAUDRATE. There is only one issue with the system:
If I choose longer wires (TXR, RXD) for the board, the CCS terminal does not work anymore and shows some random things. for up to 50 cm length of wire the system works perfectly, If I go beyond 50 cm, It stops communicating.
Any Idea or suggestion?
Thanks