2015-09-11 09:53 AM
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.2015-09-14 09:44 AM
2016-01-07 12:19 PM
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!2016-01-19 07:00 AM
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