I2C Speed
Clive Wakeham
Posts: 152
Hi,
I am currently designing a couple of boards to use with the Propeller chip, and which utilize I2C.
However I have looked at the objects currently available but I can not see any reference to the I2C bus speed which the Propeller is doing with the objects.
The protocol indicates either 100 khz or 400 khz (though devices on the market indicate 1.7 mhz speed).
So does anyone have an idea?
Thanks,
I am currently designing a couple of boards to use with the Propeller chip, and which utilize I2C.
However I have looked at the objects currently available but I can not see any reference to the I2C bus speed which the Propeller is doing with the objects.
The protocol indicates either 100 khz or 400 khz (though devices on the market indicate 1.7 mhz speed).
So does anyone have an idea?
Thanks,
Comments
I have noticed a PSAM driver in the Object Exchange for I2C.
This information helps me in determining which I2C chips I use, since the low power ones run the I2C at 100khz, where as the others at the fast 400khz.
Thanks again.
I am used to dealing with absolutes.
His object those the following I2C speeds -- with a Delay_Cycle of 52 = 400khz speed, with a Delay_Cycle of 244 = 100khz speed, and with a Delay_Cycle of 14 = 1Mhz speed.
This gives me the information I needed.
Regards,