Other Parts Discussed in Thread: TMP112-Q1, , MMWAVE-SDK
Hi,
I tried to I2C read.
When I started the read sequence, the temperature sensor TMP112-Q1 returns a data.
I would like to execute only "Start bit + Slave address + Read request + Ack by slave" i.e. I would not like to receive data at the start timing.
Can AWR1642 I2C module do that?
My settings are below:
ICMDR.STT = 1
ICMDR.MST = 1
ICMDR.RM = 1
ICMDR.IRS = 1
Thanks,