Hello,
I do not fully understand the UART functionality. I am trying to keep the MSP in sleep mode for as long as possible. So in case a device sends a UART command to the MSP while it is in LPM (given that the interrupt is disabled), does it disregard the message? Or does it store it in the receive buffer register? In case it does, I see that the register is only 8 bits, so in case two messages were sent, does it get rid of the first one, and only keeps last one? I am new to this. Thanks in advance.
Alin