CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: DS1307 RTC and 24LC256 EEPROM on the same i2c bus problem
Highwind

Replies: 3
Views: 10659

PostForum: General CCS C Discussion   Posted: Mon Jul 24, 2006 3:29 am   Subject: DS1307 RTC and 24LC256 EEPROM on the same i2c bus problem
this is my code

#include <16F877>
#device *=16
#use delay(clock=4000000)
#fuses XT,NOWDT,NOLVP
#use rs232(baud=19200,parity=N,xmit=PIN_C6,rcv=PIN_C7)

#byte port_a = 0x0 ...
  Topic: DS1307 RTC and 24LC256 EEPROM on the same i2c bus problem
Highwind

Replies: 3
Views: 10659

PostForum: General CCS C Discussion   Posted: Mon Jul 24, 2006 2:13 am   Subject: DS1307 RTC and 24LC256 EEPROM on the same i2c bus problem
Hello!!

I use DS1307 and 24LC256 on the same bus and it have some problem.

When i use DS1307 alone its work well

But when i connect 24LC256 on the bus the time i get from DS1307 always be 45: ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group