You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MCP960x requires clock stretching for all register operations. Pi Zero 2 W has the same SoC as the Pi 3 and therefore does not properly implement clock stretching on hardware I2C busses. MCP960x should be put on its own bitbanged I2C bus using i2c-gpio. Use GPIO15 and GPIO18. External 4.7k pullups need to be added on those pins.
The text was updated successfully, but these errors were encountered:
MCP960x requires clock stretching for all register operations. Pi Zero 2 W has the same SoC as the Pi 3 and therefore does not properly implement clock stretching on hardware I2C busses. MCP960x should be put on its own bitbanged I2C bus using
i2c-gpio
. Use GPIO15 and GPIO18. External 4.7k pullups need to be added on those pins.The text was updated successfully, but these errors were encountered: