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.
Tool/software: Code Composer Studio
I am trying to have a master and slave device communicate to each other. Would anyone be willing to offer me an example of two MSP430G2553's communicating to each other via UART? I have been trying to solve this for a couple of days now but I just can't get it. My main goal is send an array of characters one after the other using a for loop.
Hello,
Have you tried looking at the msp430g2xx3_uscia0_uart_08_9600.c code example in MSP430Ware? It uses an ultra-low-power mode to continuously communicate two MSP430G2553's together usnig full-duplex communication.
Hello,
Sorry for my late reply but I have been distracted with other aspects of the project I am currently working on. For the code example from MSP430Ware would I be able to manipulate it in order for one MSP430 to request the other MSP430 to send an array of characters. For example, for my project I would like the MSP430 to respond with a total of 6 bytes. The first two being a start flag. The third byte contains the message length, the fourth containing the version of the specific message, the fifth containing the type identifier of the message, the sixth being the end flag. I want to take this frame format and place it in an array of characters then have these characters be sent to the MSP430 that requests them form the other MSP430. I hope I made this clear enough and not confusing. Thank you.
Hello,
There are plenty of resources and examples online of how to send an array of characters using an MSP430 Launchpad. Try a few of these:
https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/641968?CCS-MSP430G2553-How-to-send-a-string-over-RX-UART-I-can-send-a-character-but-not-a-full-string-
https://www.embeddedrelated.com/showarticle/420.php
If you have code that you need help debugging, feel free to post on the forum, otherwise it is difficult to assist without any preliminary code of your application.
**Attention** This is a public forum