This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I2C codes not working on ds89c450

HI,

My I2C codes for RTC ds1307 are working fine on Philips' 89c61x2 but when I'm trying to use those codes with ds89c450 I'm not able to read or write anything in the RTC. Please help...

Parents
  • HI Andy,
    The codes i'm talking about are the standard I2C codes used for RTC ds1307. The main difference i figured out is the speed of execution. The ds89c450 is much more faster than the philips microcontroller. I tried increasing the delays to overcome the problem but no success. Is there anything i can do about that?

Reply
  • HI Andy,
    The codes i'm talking about are the standard I2C codes used for RTC ds1307. The main difference i figured out is the speed of execution. The ds89c450 is much more faster than the philips microcontroller. I tried increasing the delays to overcome the problem but no success. Is there anything i can do about that?

Children