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.
Hi
I can't get this working.
P2MAP2 = PM_UCA0RXD;
P2MAP3 = PM_UCA0TXD;
If it should work, what interrupt vector will UCA0RXBUF go to.
Maybe it's not possible, but I can't find information about what's possible?
I previous designs I have used the following with success:
P2MAP0 = PM_UCA0TXD;
P2MAP1 = PM_UCA0RXD;
P2SEL |= 0x03; // Assign P2.0 to UCA0TXD and...
P2DIR |= 0x03; // P2.1 to UCA0RXD
P2MAP3 = PM_UCA0TXD;
P2MAP4 = PM_UCA0RXD;
P2SEL |= 0x18;
P2DIR |= 0x18;
It's possible that you are affected by errata PORT15 or PMAP1. Ensure that there is no other pin for UCA0RXD.
Hi Clemens,
Thanks for the hint, highly appreciated, but I don’t believe I’m affected but PORT15 or PMAP1.
PORT15, I’m not single stepping.
PMAP1 is only when clearing unselected inputs to mapped module.
I would highly applicate if somebody from TI would either confirm:
1)
That it should work and they have a confirmed design where it’s working.
2)
That it does not work for some reason.
Regards
**Attention** This is a public forum