How do I connect the Pic16f87x with pcf8583.
I know that pin 5 & 6 (SDA & SCL) connect to RC3 and RC4 on the Pic. Where do I connect pin 3 (A0), to GND??? And should pin 7 (INT*) be connected or not???
___________________________
This message was ported from CCS's old forum
Original Post ID: 14407
Tomi Guest
Re: Pic16f87x vs. Pcf8583
Posted: Tue May 13, 2003 9:00 am
A0: if you don't have any other I2C devices like EEPROM then you can tie it to GND and access the chip at address 0xA0.
If you have any additional chip on the I2C (especially a 24XX memory with address 0xA0) then connect it to Vcc to make free the 0xA0 address and access the chip as 0xA2 I2C base address.
INT: Connect it to PIC only if you want to use the output for any alarm purposes.
:=Hallo!
:=
:=How do I connect the Pic16f87x with pcf8583.
:=I know that pin 5 & 6 (SDA & SCL) connect to RC3 and RC4 on the Pic. Where do I connect pin 3 (A0), to GND??? And should pin 7 (INT*) be connected or not???
___________________________
This message was ported from CCS's old forum
Original Post ID: 14409
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum