SC18IS602B:There is no response signal when writing the device ID through I2C configuration

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

SC18IS602B:There is no response signal when writing the device ID through I2C configuration

Jump to solution
403 Views
liqiang25346
Contributor I

CLK104中I2C转SPI芯片.png

The hardware schematic is shown in the diagram. So when writing, the device ID is 01011110. But why is there no response signal after writing?
The premise is that there is no problem with the code logic of I2C (which has already been used on other chips)

Tags (1)
0 Kudos
Reply
1 Solution
382 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

Hi Wang,

If you are not receiving any response when writing the slave address, here are a few things to verify:

1. Double-check the wiring of the address pins. Ensure there is 3.3V on them if you are using 0x5E as the address.

2. Verify the SDA and SCL connections and their pull-up resistors as improper pull-ups can cause communication failure.

3. Verify the power supply voltage and ensure the SC18IS602B is properly grounded.

4. Check the reset input to ensure the device is not being held in a reset state (J26 unpopulated).

5. Consider testing with a different SC18IS602B device to rule out hardware damage.

BRs, Tomas

View solution in original post

0 Kudos
Reply
3 Replies
383 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

Hi Wang,

If you are not receiving any response when writing the slave address, here are a few things to verify:

1. Double-check the wiring of the address pins. Ensure there is 3.3V on them if you are using 0x5E as the address.

2. Verify the SDA and SCL connections and their pull-up resistors as improper pull-ups can cause communication failure.

3. Verify the power supply voltage and ensure the SC18IS602B is properly grounded.

4. Check the reset input to ensure the device is not being held in a reset state (J26 unpopulated).

5. Consider testing with a different SC18IS602B device to rule out hardware damage.

BRs, Tomas

0 Kudos
Reply
368 Views
liqiang25346
Contributor I
I found that sometimes there is a response when writing the device ID, and sometimes there is no response. What is the reason for this?? There should be no problem with the hardware. Is the clock in my I2C protocol 400KHz related to this?
0 Kudos
Reply
371 Views
liqiang25346
Contributor I

Hello, I can now receive a response signal when writing the device ID, but when I continue to write to register address F0, there is no response signal. Why is this? Wow? Can I ignore his response signal and directly write the register address and register value? Can I successfully configure this device?

0 Kudos
Reply