Other Parts Discussed in Thread: MSP-EXP430FR5739
Hi All,
When I use the I2C master demo "eusci_b_i2c_ex4_masterTxSingle", the demo failed at EUSCI_B_I2C_masterSendSingleByte.
When I set the slave address to 0x81, and check the wave from scope, I find that bit7 is lost.
When I set the slave address to 0xAA, I find that bit7 is also lost.
Whatever I set to bit7 of slave address, it is lost.
And then, the UCNACKIFG is set.
So only bit6~bit0 is sent.
I'm using the "MSP-EXP430FR5739 FRAM Experimenter Board" from TI.
And I add 10K resistor to both SCL(Port1 Pin7) and SDA(Port1 Pin6).
Could anyone help me out with the case?