DS3231 with STM32F103C8T6 using I2C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-11 5:42 AM
I was unable to retrive data from RTC DS3231 using I2C.
And I am perfectly getting from ADXl325 accelerometer using I2C.
RTC DS3231 works perfectly with arduino mega 2560 but problem getting data for STM32F103C8T6.
Dont know why?
I am using STM32CubeMX and TrueSTUDIO
Solved! Go to Solution.
- Labels:
-
I2C
-
STM32CubeMX
-
STM32F1 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-12 3:38 AM
Hi
HAL I2C relative functions, require the Slave Address of DS3231 to be shifted one bit left to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-12 3:38 AM
Hi
HAL I2C relative functions, require the Slave Address of DS3231 to be shifted one bit left to work.
