PDA

View Full Version : programming multiple DS1337



lerameur
- 5th November 2011, 13:49
Hello,

Has anybody aver tried to program more then one DS1337 from a single Pic? It does not seem that is possible from the datasheet as ll the ds1337 are identical and unlike some EEPROM there does not seem to be identification code.

Ken

dhouston
- 5th November 2011, 14:10
P13 of datasheet...

The slave address byte contains the 7-bit DS1337 address, which is 1101000, followed by the direction bit (R/W), which, for a write, is 0.

lerameur
- 5th November 2011, 14:56
talks about slave mode and master mode, read and write. I dont see multiple ds1337 programming..

dhouston
- 5th November 2011, 16:45
All DS1337s have that address. I've never seen an I2C RTC that allowed you to change the address. Normally, there's no need for multiple RTCs.

Why are you trying to use multiple RTC chips?