Hello,
I need to access a I2C peripheral whose address is defined on 15bit+R/W instead of usual 7bit+R/W.
Does anyone has already adapted or developed any I2C routine for iMx6 in order to get an access to this kind of peripheral ?
Thanks for your helps,
Poussemousse.
解決済! 解決策の投稿を見る。
Hi Poussemousse
I am afraid i.MX I2C module hardware is not designed for
such addressing mode, in general one can try use bit-bang with such devices
/linux/drivers/i2c/busses/i2c-gpio.c
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Igor,
thanks for your feedback, it will help to solve this issue.
Bye