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.
Part Number: MSP-EXP430G2
I want to use all 16 pins as output pins, but I noticed that even if I set all of them to 0, P1.1 and P1.2, which has (UART) next to them, are always high. Anyone has an idea how to solve this problem?
Yes I have tried that accoring to online post before, but P1.2 still stays high no matter what.
Thanks for your help, I found out that there was actually a line: Init_UART(9600,1); in my code, which enables the uart serial communication, so p1.1 and p1.2 are always high. I get it fix after I comment out this line.
**Attention** This is a public forum