Part Number: MSP430F5529
Other Parts Discussed in Thread: MSP430F5510
Hi,
I am trying to map the UART port at P4.4,5 with command as below.
P4SEL |= BIT4+BIT5;
P4MAP5 = 11;
P4MAP4 = 12;
The other initialization bit of UART is set as per example code.
But the UART is not transmitting the data. Is this command is ok for port mapping?
Regards,
Rajesh