Part Number: MSP432E401Y
Hi all,
I'm attempting to transmit between a computer and the MSP432 with UART, using two XBee Pro S3Bs for wireless communication. I'm first trying to make sure that I can actually transmit, and using the uart_echo example from the SDK. From what I can tell, the computer should transmit to its Xbee, which wirelessly transmits to the next Xbee, which transmits to the uC. Then, the uC should just send the same characters back. I have PA0, U0Rx connected to the XBee's DOUT, and PA1, U0Tx, connected to the XBee's DIN.
Currently, the Xbee connected to the uC will receive wirelessly, a red LED will turn on for a few seconds, and then turn off. I'm assuming this is because the UART characters are going into the buffer and waiting for the uC to get them, but since the uC isn't, it just expires and the LED turns off.
edit: the red LED doesn't have anything to do with a buffer, it just turns on for a bit when data is received
If anyone has any suggestions for what to try, I'd appreciate it.