I forgot my password.
Don't have an account?
hi
i have to interface a ds1302 to the pic 16f877 and i dont know how.
i am using the pic wiz c compiler .
i dont seem to get anything from the datasheet
any help or working code?
thank you
Start by looking up serial interfaces for SPI and I2C. The clock chip's protocol is similar and should make sense once you understand how the two protocols I cited work.
Try googling ds1302 pic interface. There are several examples you can refer to.