Skip to main content
Nikola Gajic
Associate
July 19, 2017
Solved

STM32 Libraries

  • July 19, 2017
  • 2 replies
  • 1553 views
Posted on July 19, 2017 at 12:07

Hi everyone.

Where can i find all necessary libraries for specified MCU (namely stm32f101RD), and also all release notes for them? I suspect I have old, thus buggy, library. I did find all documentation on stm32 official, but no code. Thanks for your time.

    This topic has been closed for replies.
    Best answer by Imen.D
    Posted on July 19, 2017 at 12:31

    Hello

    ngajic

    Here is the

    /external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fcontent%2Fst_com%2Fen%2Fproducts%2Fembedded-software%2Fmcus-embedded-software%2Fstm32-embedded-software%2Fstm32cube-embedded-software%2Fstm32cubef1.html

    from STMicroelectronics official site contains the running examples.

    You can have a look to

    http://www.st.com/content/ccc/resource/technical/document/application_note/82/6c/5d/1d/b8/a3/4b/a8/DM002096pdf/files/DM002096pdf/jcr:content/translations/en.DM002096pdf

    Application note 'STM32Cube firmware examples for STM32F1 Series' illustrates the existing examples for STM32CubeF1 firmware package.

    Hope this helps you.

    Best Regards

    Imen

    2 replies

    Imen.DBest answer
    ST Technical Moderator
    July 19, 2017
    Posted on July 19, 2017 at 12:31

    Hello

    ngajic

    Here is the

    /external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fcontent%2Fst_com%2Fen%2Fproducts%2Fembedded-software%2Fmcus-embedded-software%2Fstm32-embedded-software%2Fstm32cube-embedded-software%2Fstm32cubef1.html

    from STMicroelectronics official site contains the running examples.

    You can have a look to

    http://www.st.com/content/ccc/resource/technical/document/application_note/82/6c/5d/1d/b8/a3/4b/a8/DM002096pdf/files/DM002096pdf/jcr:content/translations/en.DM002096pdf

    Application note 'STM32Cube firmware examples for STM32F1 Series' illustrates the existing examples for STM32CubeF1 firmware package.

    Hope this helps you.

    Best Regards

    Imen

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    waclawek.jan
    Super User
    July 19, 2017
    Posted on July 19, 2017 at 12:44

    Just a quick word of caution: there are two such 'libraries', the older Standard Peripheral Library (SPL) which is deprecated now although maintained, and the newer Cube, Imen is talking about above.

    JW

    ST Technical Moderator
    July 19, 2017
    Posted on July 19, 2017 at 13:07

    Hi,

    Thank you

    Waclawek.Jan

    for your '

    quick word of caution

    '

    Here is the

    http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries/stsw-stm32html

    Regards

    Imen

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    Nikola Gajic
    Associate
    July 19, 2017
    Posted on July 19, 2017 at 14:45

    Hi again.

    Thanks for your answers. It was of a great help.

    One more question.

    Where is SPL being maintained? In other words, and for this particular part, where can versions after v3.5.0 be find?