Other Parts Discussed in Thread: MSP430F5529, MSP430F2370
Whats replacement of this Code
IE2 &= ~UCB0RXIE;
from MSP430F2370 to MSP430F5529
any help.
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: MSP430F5529, MSP430F2370
Whats replacement of this Code
IE2 &= ~UCB0RXIE;
from MSP430F2370 to MSP430F5529
any help.
Hi,
the UCRXIE bit is part of the UCBxIE register on MSP430F5xx. Please refer to the family User's Guide http://www.ti.com/lit/pdf/slau208 chapter 36.4.10 "UCBxIE Register"
There’s more to change than just this register name.
On 2x family, RX and TX have separate interrupt vectors, shared between USCIA and USCIB. On 5x family, USCIA and USCIB both have their own interrupt vector, handling RX and TX. So the ISR handling needs a major rewrite too.
Not to mention the required changes in the clock system setup to get the expected baudrate.
**Attention** This is a public forum