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.

How to build a GUI for MSP430F5529 launchpad using GUI composer

Other Parts Discussed in Thread: MSP430F5529, MSP430G2553

Hi,

Now I plan to build a GUI for MSP430F5529 launchpad using GUI composer. I thought i can use the GUI template for MSP430G2553 launchpad. I thought i can transfer the software from G2553 to F5529 by modified the uart.c and uart.h files. I modified the uart port(p4.5 and p4.4) , baud rate on the F5529, then i downloaded the codes, found that there is an error happened. 

ComPort: Trouble Reading Memory Block at 0x2448 on Page 0 of Length 0x4: **Error**: Serial Communication failed at port: COM73, baud rate:9600!   To use serial monitor, please ensure the following prerequisites are satisfied:  1. Make sure the cable is plugged into both the target and the host on the right COM port.  2. Make sure a compatible target side serial monitor is loaded and running on the target device.

Is there is any way to make a GUI on MSP430F5529 using the GUI composer? If yes, how can I do?