-
Hi, I have some questions about i2c when I useThe data cannot be read correctly,
i2c_write_read_dt(&dev_i2c,&config[0],1,&config[1],1);
The data read will be shifted. I use nrf5340 audio dk to control max30210. How can I fix this?i2c_burst_read_dt(&dev_i2c,0x08,temp_reading,sizeof(temp_reading));
When I use this code, the data is not read correctly. I am using nrf5340 audio dk to control max30210. When I use a logic analyzer to observe the data, it seems that there is no waiting after ark when reading data. I'm not sure how to fix this issue.