Skip to main content
Visitor II
September 11, 2015
Question

Where are the STM8S Firmware Libraries?

  • September 11, 2015
  • 3 replies
  • 765 views
Posted on September 11, 2015 at 18:53

ST's documentation keeps mentioning the STM8S firmware libraries, but no document number is listed. I've been searching ST's site for some time, but no results returned. Maybe they've been renamed?

Any info or suggestions are appreciated.
    This topic has been closed for replies.

    3 replies

    ih55tAuthor
    Visitor II
    September 14, 2015
    Posted on September 14, 2015 at 18:44

    Visitor II
    January 7, 2016
    Posted on January 07, 2016 at 21:19

    I see your initial question was never answered.  Nice.

    Where did you end up finding the firmware libraries?  I found an older copy which build with countless ''errors'' for ''old style argument declaration'' and missing '')'' and '';'' characters.  There must be a more recent version out there.

    I am also looking for the ''complete development package'', ''STM8S-Discovery_dev.zip'' which the user manual says the ''Project_template'' must be used, but I can't find the package (broken links, as you mention).

    I will try posting a new question and see if I get an answer!

    Visitor II
    January 19, 2016
    Posted on January 19, 2016 at 16:00

    Someone posted this on another thread a few days ago:

    http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009?s_searchtype=keyword#

    As of today, the link still works.

    My build errors were a result of the Cosmic compiler not finding stdint.h for definitions of integer types. 

    I found the header file in the Cosmic compiler folder:

    COSMIC\32K_Compilers\CXSTM32\HCORM

    and copied it into: COSMIC\32K_Compilers\CXSTM8\Hstm8