This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I ensure not be Interrupted by radio when I use gpio simulate IIC?

My sensor is off-standard,so I have to use gpio to read and write my sensor. Gpio IIC will take about 0.5ms to get data.

My app need send data every 7.5ms,it seems that IIC data will be Interrupted every 1 second. I try some way to solve this problem and need you advise.

How can I make sure not be interrupted when I get data by gpio I2C?

Related