cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I use STM32F469I-DISCO-REV-AU1 and want to connect RTC DS3231 as my external clock. I am trying to connect. I tried to connect using I2C but couldn't get any response on the screen after this. Can anyone help me with this?

JPann.1
Associate
 
4 REPLIES 4
Pavel A.
Evangelist III

STM32469? Do you have this board?

its STM32F469I-DISCO-REV-AU1

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?

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..