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.

MSP430F67791: Port Mapping

Part Number: MSP430F67791

Hi,

   I am new for this port mapping topic.Now i have define some port mapping details for BSL-Tx and BSL_Rx.Please check and tell correction for me because code is not working.

#define P2DIR_INIT (0)
#define P2SEL0_INIT (BIT0+BIT1)
#define P2SEL1_INIT (BIT0+BIT1)
#define P2OUT_INIT (0)

void PortMapping(void)
{
PMAPKEYID = 0x2D52;
PMAPCTL = PMAPRECFG;
P2MAP0 = PM_TA0_0;
P2MAP1 = PM_TA0_1;
}

Now i am configure for Timer A0.But how to configure BSL_Tx and BSL_Rx pin.Please help me for your guide.

**Attention** This is a public forum