2023-04-21 10:37 AM
2023-04-21 11:27 AM
STM32469? Do you have this board?
2023-04-21 11:30 AM
its STM32F469I-DISCO-REV-AU1
2023-04-21 01:23 PM
So the RTC is attached to the I2C connector on the board, correct?
Have you tried to debug? Do you know how to use the debugger?
2023-04-21 02:40 PM
Show Code, Show Wiring...
Should be able to use I2C on D14(SDA)/D15(SCL) and GND from shield connector.
ST uses LEFT aligned 7-bit I2C addresses, so (addr << 1) compared to Arduino sketches