Part Number: MSP430FR2355
Hi,
I program the micro controller MSP430FR2355 using the "Driverlib" library.
I added a UART interface (EUSCI_A1, pin: p4.2+p4.3) baud rate: 9600.
Its works great between MSP430 to PC.
when I add another communication I2C interface to code (I2C Master, EUSCI_B1, pin: p4.6+p4.7).
so, the UART does not work.
* SMCLK (1MHz) is clock to UART and to I2C.
Anyone had this problem?