Does CoreI2C driver support repeated start condition? #473
Unanswered
rary21
asked this question in
Linux drivers for PolarFire Soc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using CoreI2C in fabric with
i2c-microchip-corei2c.c
driver.I need to issue repeated start condition to read a register from a device which only accepts repeated start condition for read.
I tried with smbus2 but the I2C signal has stop/start condition between write and read frame instead of repeated start condition.
https://pypi.org/project/smbus2/
Does CoreI2C driver support repeated start condition?
Beta Was this translation helpful? Give feedback.
All reactions