This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi guys,
I tested the UART example from TI yesterday.
The complilation succeded, i started putty and set the port to the usb port of the evaluation board.
When I typed in one character and pressed enter I didn't get any response.
I saw that P1SELX was enabled with BIT 2| BIT 3 butP1.2 and P1.3 were assigned to LEDs and the button.
Therefore I changed it to P3SELX, because the instruction manual, which was in the shipment says that UART is on the P3.2 and P3.3.
Afterwards I wired P3.2 with P3.3 and started the programm again, and than I couldn't put in any thing in the command console.
I'm looking forward for your suggestions.
Chris,
Hi Christoph!
First I would test if the UART hardware works. To do so, remove the TX and RX jumpers that connect the emulation side with the MSP432 one and then use one jumper to short TX and RX on the emulation side of the LaunchPad:
If you now send something from the PC to the LaunchPad it will be echoed back without any MSP432 action.
Dennis
hello denis thank you for your answer.
I did the things as you said, but when I opened the putty console and typed in a character and pressed enter nothing happened. (see the pic)
I used the example code from the TI side (msp432p401_euscia0_uart_01).
**Attention** This is a public forum