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.

SBLCDA4 && MSP430F6638

hi,

can any one help me, I want to display digits on LCD. for exemple the number ''1'', this is my code:

  LCDBCTL0    = LCDDIV_31 | LCDPRE_0  | LCD4MUX |  LCDON;
  LCDBVCTL    = VLCD_0| VLCDREF_0;
  LCDBMEMCTL  = LCDCLRBM | LCDCLRM;
  LCDBBLKCTL  = LCDBLKDIV1  | LCDBLKPRE0  | LCDBLKMOD_1;
  LCDBPCTL0   = LCDS0 | LCDS1 | LCDS2 | LCDS3 | LCDS4 | LCDS5 | LCDS6 | LCDS7 | LCDS8 | LCDS9 | LCDS10 | LCDS11 | LCDS12 | LCDS13 | LCDS14 | LCDS15;
  LCDBPCTL1   = LCDS16 | LCDS17 | LCDS18 | LCDS19 | LCDS20 | LCDS21;
  LCDBPCTL2   = LCDS40 | LCDS41 | LCDS42;

LCDM1 = 0x06; 
can any one tell me what's wrong with my code.

**Attention** This is a public forum