Hi,
I'm configuring the PCF85263 RTC and encountering an issue where all registers return 0x00 when I attempt to read them via I2C. Here’s my setup and the steps I’ve followed:
HW setup:
- PCF85263 rtc connected to a Quectel BG95-m3 module.
- pull-up resistors are present
Issue:
- I have tried to write different commands to different registers but when verifying the registers state they all return as 0x00
Steps I have taken:
- I have confirmed that the rtc gets 1.8v on VDD, SDA and SCL using a multimeter.
- Tested on two separate devices.
My code is in the attached file(set_alarm function gets called).
Is there some step I'm missing in the configuration?
Thanks in advance.