Skip to main content
mahmoud boroumand
Associate III
February 26, 2018
Question

DS1307 Hal library

  • February 26, 2018
  • 1 reply
  • 965 views
Posted on February 26, 2018 at 09:59

Hello

I'm Working on stm32f107vct6 and use internal rtc but it have a bug and i cant save date (loss date when it reset).

i decide to use tiny rtc and i new on hal library.i used to spl.

 i  can't find library with hal for this module .

does anyone can help me for find library? 

    This topic has been closed for replies.

    1 reply

    Andrew Neil
    Super User
    February 26, 2018
    Posted on February 26, 2018 at 10:57

    If you expect everything you require to come as ready-made libraries, then you should look at Arduino:

    https://community.st.com/community/stm32-community/blog/2017/07/13/stm32-cores-enabled-in-arduino-ide

     

    Or mbed:

    https://os.mbed.com/teams/ST/

      
    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.