Hello,
My customer would like to know how to deal with the pins when not used. Would you please tell me about it except power and GND pins? I checked the datasheet, but it doesn't show the information.
Best Regards,
Yoshikazu Kawasaki
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.
Hello,
My customer would like to know how to deal with the pins when not used. Would you please tell me about it except power and GND pins? I checked the datasheet, but it doesn't show the information.
Best Regards,
Yoshikazu Kawasaki
Hello,
The SCL, SDA, and ADDR pins are all required connections. SCL and SDA must have pull-up resistors to the logic high level for the I2C communication to operate. ADDR may be either pulled up or pulled down (depending on the desired I2C address), but may not be allowed to float.
The SD, CLKIN, INTB, and INxA/INxB pins are all optional. The SD pin must not be allowed to float. If unused, it should be pulled to ground. If the internal oscillator is used, CLKIN should be tied to ground. INTB may be allowed to float if unused. INxA/INxB may also float if unused, or they may be tied to ground. They will be grounded internally if not used.
Most of this information may be found in the Pin Functions table on page 4 of the datasheet.
Best Regards,
Hello Kristin,
Thank you very much for your quick reply.
Best Regards,
Yoshikazu Kawasaki