Other Parts Discussed in Thread: MSP430F5438A
Hi,
I am using I2C3 (USCI) module as a master and PCF8574 as slave. I am using MSP430F5438A microcontroller.
I wanted to write the values of 0x08, 0x04, 0x00 to toggle the (P2, P3) port pins as per my application using run-time.
So When I give command 0x08 (P2 = 0, P3 = 1), then pins are properly configured but when I write 0x04 (P2 = 1, P3 = 0 ) or
0x00 (P2 = 0, P3 = 0) it is showing both P2 and P3 always as 1.
So 0x08 is working properly but 0x04 and 0x00 I am having issue with the device.
So I want to know why I am facing these issue. I have referred the datasheet properly but I did not found if the device is resetting or not.
I am also getting proper waveforms for 0x04 and 0x08 on oscilloscope to ensure data transmission is proper or not.