Other Parts Discussed in Thread: MSP430F5510
Which uses less power:
Holding the UART in reset or
Deselecting the function.
Thanks.
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.
Other Parts Discussed in Thread: MSP430F5510
Which uses less power:
Holding the UART in reset or
Deselecting the function.
Thanks.
"Deselecting the function" is disconnecting the UART-lines from the pins. The module itself will stay active, so setting it into reset is the correct choice. And remember that you should not set GPIOs to input direction while letting them float. Better set them to output direction low or high. When as input, tie them to Vcc or GND.
**Attention** This is a public forum