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.

problem with LCD initialisation for msp430f5438 experimenter board

Other Parts Discussed in Thread: MSP430F5438A, TIMAC

Hi all,

          On MSP430F5438A, for a code related to one application(userexperience demo code for fft display) it's giving output on LCD instantaneously.

But for a code(TIMAC) related to other application, it's giving after 2 or 3 resets.

I feel like there is no problem with the LCD Hardware section. 

If not, can anyone tell me the possible reasons?

the files related to both the codes.3833.ti.zip

Thanks in advance.

  • LCD controllers usually are very sensitive to reset startup timing. After all, they are too micros that boot (sort of) after a reset.
    While the code itself might run, the timings might be off and the LCD isn’t ready after reset/power-up when the MSP begins to send the init commands.

**Attention** This is a public forum