Hi Guys,
I'm using this I2C IP package's I2C Master VI(link for package https://www.dropbox.com/s/m6tdramfsqou8ix/_NI%20I2C%20IP.zip?dl=0 or you can find it via VI package manager) to communicate with a sensor in FPGA. I have some trouble understanding a term in the document that comes along
The Read output terminal states that:
The Read Data output returns the data serialized into the master from the data line of the I2C bus. Read Data remains valid until the next transaction is started after asserting “Go”
link for the document: https://www.dropbox.com/sh/7ypspteo1tzhd8d/AADwgEV-urw96AauO6h6jBjha?dl=0
I am trying to configure the MPU6050, write a register data and start to read sensor data which I can't figure out how to proceed