Hello everyone :).
I'm trying connect the EVM to external MCU (nucleo Board), in addition, im trying to test I2C.
For somehow, the EVM didn't send an acknowledge.
i used oscilloscope in order to check if the right address is send, and it actually send the right address (0x58) but i don't receive acknowledge from the device.
here is a picture from oscilloscope:
I saw the example of i2c transaction in figure 27, i send only start bit without stop bit as write here:
Please, someone can help me and tell my why i don't receive from the device? what is wrong? ( btw to communication with MSP430 is working, but i want to communicate with external MCU nucleo)
thanks for help!