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.
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?
Anda,
Are you trying to create a GUI Composer app that uses UART based data transmission between host and target? Because if you are ok with JTAG commununication, you can refer to the tutorial here: http://processors.wiki.ti.com/index.php/Category:GUI_Composer#Getting_Started.
The tutorial is written for a TivaC device but following the same steps for a MSP430F5529 should work fine.
On the other hand, if you need UART communication, you can refer to ths page: http://processors.wiki.ti.com/index.php/ProgramModelUart_GuiComposer
Is that what you already did? If so, can you attach your modified project and I will see if I can reproduce the error.
Hi,
Thanks for your help. I tried your advice, but it didn't work. Now i attached the project, could you help to take a look at this? GUIv1.0.zipF5529 TEST.zip