2018-09-03 12:08 AM
i am using the STM32L4 Nucleo board L4R5ZI .
i am trying to configure i2c to read time from the RTC DS3231.but i am getting only data as zero.
what may be the issue.
i have attached the code.
kindly help..
Solved! Go to Solution.
2018-09-03 02:34 AM
Hello @NMuth ,
I recommend you to start from a working I2C example, check configuration and implementation, then make updates depending on your application case: STM32Cube_FW_L4_V1.12.0\Projects\NUCLEO-L4R5ZI\Examples\I2C
With Regards,
Imen
2018-09-03 02:34 AM
Hello @NMuth ,
I recommend you to start from a working I2C example, check configuration and implementation, then make updates depending on your application case: STM32Cube_FW_L4_V1.12.0\Projects\NUCLEO-L4R5ZI\Examples\I2C
With Regards,
Imen
2018-09-03 06:32 PM
Did you get it working ?
first glance the Address for Read is different to Write...
2018-09-24 01:09 AM
thanks for the reply.
I got it working
the issue is that i gave the address wrongly..