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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,383 次查看
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)

标记 (1)
0 项奖励
回复
1 解答
1,362 次查看
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 项奖励
回复
3 回复数
1,363 次查看
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 项奖励
回复
1,348 次查看
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 项奖励
回复
1,351 次查看
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 项奖励
回复