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.

Possible bug in MSP_UART example code for FR5969 LP

Other Parts Discussed in Thread: MSP-EXP430FR5969, MSP430FR5969

HI

In myUART_5529.zip, (MSP-EXP430FR5969 LaunchPad), file myGpio.c, line 62, should

    GPIO_setAsPeripheralModuleFunctionOutputPin(
       		myUart.Channels[0].RxPort,
        	myUart.Channels[0].RxPin,
        	myUart.Channels[0].RxSel

not be

    GPIO_setAsPeripheralModuleFunctionInputPin(
       		myUart.Channels[0].RxPort,
        	myUart.Channels[0].RxPin,
        	myUart.Channels[0].RxSel

Thanks 

Nick

  • Hi Nick,

    You will find in the MSP430FR5969 datasheet that the PxDIR register bits (changed depending on output or input pin notation) is "Don't care" for eUSCI functionality as the direction is controlled by the module itself.

    Regards,
    Ryan

**Attention** This is a public forum