Hello, a few months ago I left a query regarding how to send data through uart using the MSP430FR6047, however I had to focus on other projects so now I was able to return to the subject, the idea is to take the example of the ultrasonic sensor as a base , or that of the template, obtain the necessary data to carry out the calculations and thus obtain the number of liters per second that pass through the pipe and not only be able to transmit them via uart using the pins housed in j3.
For this I was following the following example:
e2e.ti.com/.../evm430-fr6047-uart-connection
There, in summary, the pins for uart transmission and reception are configured and then the data is obtained and sent via uart, however in my case it does not work for me, try to do the tests using the example of the template following the documentation for the configuration from the serial port but I have not been able to receive anything via the putty, any idea what could be the cause of this? Since it would be useful, since right now I am stuck in that part, my final objective is to pass only the data of the volume of the liquid, but first i would like to check if the data is sent by uart.
I am not an expert on the subject of these microcontrollers so I would like some help to have a better understanding of this type of connection.
With nothing more to add greetings.

