Maximum Cable length for I2C protocol in STM8S
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-03-22 12:21 AM
Posted on March 22, 2011 at 08:21
Maximum Cable length for I2C protocol in STM8S
#i2c
Labels:
- Labels:
-
I2C
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:12 AM
Posted on May 17, 2011 at 15:12
I2C has no specific limit on cable length as such, but there is a limit on total capacitance.
Clearly, for any given cable type, this will limit the length of that particular cable. This has nothing to do with the STM8; it is defined in the I2C specifications - available from NXP:
http://www.nxp.com/acrobat/usermanuals/UM10204_3.pdf
Bus ''Repeater'', ''Hub'', and ''Extender'' chips are available for making ''long'' and/or complex I2C busses...http://ics.nxp.com/support/i2c.usage/
http://ics.nxp.com/support/interface/
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
A complex system designed from scratch never works and cannot be patched up to make it work.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:12 AM
Posted on May 17, 2011 at 15:12
@ neil.andrew
Thanks for your reply. It seems there are several factors which are to be considered for I2C cable length like frequency(lower the better for long lengths), capacitance the following link is also pertinent to the topicwww.nxp.com/documents/application_note/AN10658.pdf
