Maker Pro
Maker Pro

i2c functions

AMJ

Feb 7, 2024
3
Joined
Feb 7, 2024
Messages
3
i2c functions to read and write time and date from pcf8583 rtc in assembly code
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,769
Joined
Nov 17, 2011
Messages
13,769
in assembly code
@AMJ: you expect an answer to this incomplete question?
The supply:

- For which microcontroller? Each family of microcontrollers has their own assembly language.
- How is the rtc connected to the microcontroller? At least which pins are used, better a schematic.
- Have you searched the relevant internet sources?
 

AMJ

Feb 7, 2024
3
Joined
Feb 7, 2024
Messages
3
@AMJ: you expect an answer to this incomplete question?
The supply:

- For which microcontroller? Each family of microcontrollers has their own assembly language.
- How is the rtc connected to the microcontroller? At least which pins are used, better a schematic.
- Have you searched the relevant internet sources?
- for 8051 microcontroller
- p3.7 SDA and p3.6 SCL
- i would like to knw the exact i2c start,stop,read and write protocols for this pcf8583 rtc to retrieve data (time).
 
Top