Hello there,
I'm using a EVM430FR6047 for water flow measurement on which I would like to introduce a LoRa module, so to configure it I would need a UART bridge from the USB to the UART on which the LoRa module would be installed.
Following this idea, I found the UART example codes for IAR Workbench, and specifically, I'm trying this one:
https://dev.ti.com/tirex/explore/node?node=APjcwJVdilmdY6x0OU7d.g__IOGqZri__LATEST&search=msp430fr6047
I'm doing this just to test out the configurations and to better understand the code and how everything works, and this would be really close to what would make sense to me, except that in this example, we would get an echo through the same UART.
And I have the following questions:
- Following the schematics slau138b the USB would be using the eUSCI_A0, with the pins comm_TXD and comm_RXD on P2.0 and P2.1 and those are the ones configured on the example code, yet the signal I'm getting is on JTAG_TXD and JTAG_RXD, on P1.2 and P1.3 which are eUSCI_A1. I'm testing it connected through USB and using the "Termite" terminal.
- Using the Termite terminal, if I rotate the jumpers to connect the TXD and RXD of UART 1, I'm getting and echo. Yet, if the jumpers are connected normally, the ->TXD pin does not have any voltage, yet the <-RXD is sending the message as I've observed in an oscilloscope. Images bellowing to better explain my point.



I'm testing it with the USB turned on, baudrate of 9600, debugger also on, so my question is, what am I doing wrong?
Thank you!


