This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TPS659037 Sample Code for I2C Access

Other Parts Discussed in Thread: TPS659037, AM5728

Hi,

My customer is trying to access the register of TPS659037 through I2C of AM5728.

But it is difficult for my customer. He is reffered TRM. The roughly sequence is the following.

* Write the write command(8601h) to I2C_CON register.

* Write the PMIC register's address to I2C_DATA register.

*Write the read command(84012h) to I2C_CON register.

* Poll RRDY bit in I2C_IRQSTATUS register.

* Read the data from I2C_DATA register.

However RRDY bit of I2C_IRQSTATUS register does not become to "1".

Do you have sample code access to TPS659037 from AM5728?

I appreciate your quick reply.

Best regards,

Michi