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.

Output Ports do not work

Other Parts Discussed in Thread: MSP430F6635

Dear forum users,

I face a problem that I cannot understand. In my project I use the MSP430F6635 and a part of it is the control of the output pins P5.3, P5.4 and P5.5.

// Init Code

P5DIR |= BIT3; P5OUT |= BIT3;

P5DIR |= BIT4; P5OUT |= BIT4;

P5DIR |= BIT5; P5OUT |= BIT5;

I follow my program in debug (Code Composer Studio), and even though it properly sets  the registers P5OUT3, P5OUT4 and P5OUT5, I'm getting an output signal only at pin P5.3. The Pins P5.4 and P5.5 do not respond, they are always in LOW condition.

Additionally, I have looked at the Table 60. Port P5 (P5.2 to P5.7) Pin Functions of the datasheet SLAS566C.pdf and I confirmed during debugging that the LCDS40..42 are always LOW.

Please could you share with me your ideas about this?

Thanks in advance,

Stratos

P.S. I have read the following post which led me to search for the secondary pin function values LCDS40..S42. 

       http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/186495.aspx

**Attention** This is a public forum