iMx6 I2C 15bit (or 16bit) slave addressing

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iMx6 I2C 15bit (or 16bit) slave addressing

Jump to solution
1,254 Views
Poussemousse
Contributor III

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.

Labels (2)
0 Kudos
1 Solution
808 Views
Poussemousse
Contributor III

Igor,

thanks for your feedback, it will help to solve this issue.

Bye

View solution in original post

0 Kudos
2 Replies
808 Views
igorpadykov
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

809 Views
Poussemousse
Contributor III

Igor,

thanks for your feedback, it will help to solve this issue.

Bye

0 Kudos