Sign in

username:

password:



Not a member?

Search oopic



Search tips

Subscribe to oopic



Ads

Discussion Groups

Discussion Groups | | Multiple I2C EEPROMS

Multiple I2C EEPROMS - tinslwc - Apr 15 19:08:29 2008

Has anyone ever attempted to use more than two EEPROMS on one OOPic.
If I am reading the object correctly, you should be able to reconfigure
the wiring to the A0, A1, A2 connections on the EEPROM chips to define
a different I2C address and then when you specify the node in your
program, you would use the actual address, not the constants E0 & E1.
Are there two I2C controllers on the OOPic or do the on board EEPROMs
use the same I2C bus as the IO lines (Lines 19 & 20). Just curiosity
getting the best of me.
------------------------------------



(You need to be a member of oopic -- send a blank email to oopic-subscribe@yahoogroups.com )


Re: Multiple I2C EEPROMS - ooPIC Tech Support - Apr 16 0:29:51 2008

Yes, this is perfectly OK and I've done it. Just track your addresses
and sure you don't conflict with the E0 (program) EEPROM.

DLC

tinslwc wrote:
> Has anyone ever attempted to use more than two EEPROMS on one OOPic.
> If I am reading the object correctly, you should be able to reconfigure
> the wiring to the A0, A1, A2 connections on the EEPROM chips to define
> a different I2C address and then when you specify the node in your
> program, you would use the actual address, not the constants E0 & E1.
> Are there two I2C controllers on the OOPic or do the on board EEPROMs
> use the same I2C bus as the IO lines (Lines 19 & 20). Just curiosity
> getting the best of me.
> ------------------------------------



(You need to be a member of oopic -- send a blank email to oopic-subscribe@yahoogroups.com )

Re: Multiple I2C EEPROMS - rtstofer - Apr 16 9:16:56 2008

--- In o...@yahoogroups.com, "tinslwc" wrote:

> Are there two I2C controllers on the OOPic or do the on board EEPROMs
> use the same I2C bus as the IO lines (Lines 19 & 20). Just curiosity
> getting the best of me.
>

IOLines 19 & 20 use the internal hardware I2C gadget and are used for
oDDELink only. You can not use them for adding EEPROMs.

The local I2C bus that connects to I2C peripherals and the EEPROM(s)
is bit-banged.

Richard

------------------------------------



(You need to be a member of oopic -- send a blank email to oopic-subscribe@yahoogroups.com )