Maker Pro
Maker Pro

I2C FUNCTIONS FOR PCF8583 RTC IN ATMEL 89S52

AMJ

Feb 7, 2024
3
Joined
Feb 7, 2024
Messages
3
I2C FUNCTIONS TO READ AND WRITE DATA FROM PCF8583 RTC IN ATMEL8589S52
 

kellys_eye

Jun 25, 2010
6,514
Joined
Jun 25, 2010
Messages
6,514
Is that a question? A statement? A query? No idea......
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,769
Joined
Nov 17, 2011
Messages
13,769
So now its Atmel, not 8051 as in this thread?

There are no specific I2C functions for the RTC.
Build a set of basic I2C routines (read, write) or copy them from the internet. Then use these routines to program the rtc and red date or time from the rtc. The datasheet will tell you the necessary commands and data formats.
 
Top