Other Parts Discussed in Thread: MSP430FR2355, , MSP430WARE, MSP-EXP430FR2355
In the reference design c code: main MSP430FR2355 I2C.c in sluc701a at line 790:void UART_initPins() { // Configure UART pins, module is configured in HAL_GUIComm_UART_FR235x.c
P4SEL0 |= BIT2 | BIT3;
P4SEL1 &= ~(BIT2 | BIT3); }
I haven't found this: HAL_GUIComm_UART_FR235x.c anywhere.
In fact I have no luck finding any HAL for the MSP430
Thanks,
m