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.
Hello,
I would like to receive more than 1 byte of data on my msp430f2xxx uC. can anyone please give me any directions how to do it? I am receiving at a very high rate (Around 500kbps) and I am using UART-USB Bridge.
Hey Funny Guy,
Get the received byte out of the USCI before another one arrives. Store the received bytes into a buffer.
Don't use any sleep deeper than LPM0 while trying to receive.
Jeff
Jeff,
thanks a lot for the answer, can you please show me an example how to do it? I am very new to all this stuff...
**Attention** This is a public forum