Have you configured MSP so to output SMCLK on the corresponding pin? As per p.92 of datasheet , you have to set DIR and SEL bit and clear LCDS27 bit (the latter is default after reset) of P3.4 as follows: P3DIR |= BIT4; P3SEL |= BIT4; Regards, Peppe
↧