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.

Compiler/MSP430FR6989: Understand LCD segment Launchpad library for MSP430FR6989

Part Number: MSP430FR6989
Other Parts Discussed in Thread: ENERGIA, MSP430FR6972

Tool/software: TI C/C++ Compiler

Hello,

I want to purchase MSP430FR6989 Launchpad and I want to make a code in Energia.

There are LCD_Launchpad.h is there.Yes,I able to run demo code in Custome LCD in Launchpad.

But If I will drive our own customize LCD on MSP430FR6972 MCU.Then as per my segments which portion of code I need to modify in LCD_Launchpad.cpp and LCD_Launchpad.h.

Here I am attach "LCD_Launchpad.h" and "LCD_Launchpad.cpp" files.

Please give me an idea for our custom LCD programming.

Regards,

PratikLCD_Launchpad.rar

 

  • Hi Partik,

    Thanks for interesting to the MSP430 devices.

    I would like to give you suggestion which parts you should take case of. However I can't give you where to be modified since it should be done by comparing all the part of your HW board.

    Now, you may need to take case two modifications, FR6989->FR6972 and original LCD on FR6989LP->you customize LCD.

    1. FR6989->FR6972
    You need to go through all the used peripherals in the example code to make sure the registers and pins are configured properly for FR6972. Please take the datasheets of two devices and the UG for your guidance.

    2. original LCD on FR6989LP->you customize LCD
    I believe you should go though all the code lines in the LCD_Launchpad.cpp/.h to porting the LCD related lines for your customize LCD. You can find the comments behind each line of the codes for detailed description.

**Attention** This is a public forum