Skip to main content
anuj
Associate II
May 27, 2016
Question

DS1307 RTC + STM32F4 + HAL LIB

  • May 27, 2016
  • 2 replies
  • 2418 views
Posted on May 28, 2016 at 01:53

Hi,

I am working on STM32F4 Discovery. I need help in interfacing DS1307 RTC with Controller using HAL Library. 

Please if anyone can help!

Thanks

Anuj

#!stm32f4 #!stm32-!cubemx-!rtc
    This topic has been closed for replies.

    2 replies

    Walid FTITI_O
    Visitor II
    May 30, 2016
    Posted on May 30, 2016 at 12:27

    Hi mattoo.anuj,

    I suggest that you take a look to the ARMmbed community or Github projects like this one

    https://github.com/ppkt/stm32f4-ds1307

    .

    You get inspired how to interface the DS1307 via I2C and import then into a Hal project.

    -Hannibal-

    anuj
    anujAuthor
    Associate II
    June 4, 2016
    Posted on June 04, 2016 at 23:01

    Thanks for your reply.

    The Github Project/library is very different from HAL library, I can't seem to use it in HAL.

    It's very very different. Previous SPL Library has nothing common with HAL Library.

    It's mind boggling.

    I am stuck. Any help getting used to this Library would be helpful.