Skip to main content
Graduate
July 3, 2024
Solved

Documentation/Path for learning STM8S

  • July 3, 2024
  • 4 replies
  • 3970 views

Hello community,
I'm looking for materials to learn STM8S programming.
I searched on the internet but I couldn't find anything. Can you recommend me any documents or links to learn, please?
Thank you all!

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello,

    Did you check this link?:

    https://www.st.com/en/microcontrollers-microprocessors/stm8s-series.html

    SofLit_0-1720019594337.png

     

    4 replies

    mƎALLEmAnswer
    Technical Moderator
    July 3, 2024
    Graduate II
    July 3, 2024

    >>I searched on the internet but I couldn't find anything.

    You might want to learn how to use search engines first, but it might also red flag this as a pointless exercise..

    https://community.st.com/t5/stm8-mcus/learn-stm8-microcontroller-tutorial-with-st-visual-develop-and/td-p/236849

    https://www.eevblog.com/forum/microcontrollers/getting-started-with-stm8s/

     

    Also be aware this is a bit of a dead-end architecture, 8-bit MCU were a hot thing 40 years ago, we played with them as teenagers.

    Get foundational texts on MCU architectures, and perhaps at least start with ARM and RISC-V, and data representation on computers.

    MinhAuthor
    Graduate
    July 3, 2024


    Thank you for your helpful comments!
    I just found it difficult to learn because I have never programmed on any microcontroller. I've watched videos and tutorials on YouTube but they don't teach in detail so it's hard to understand thoroughly.
    I will study the materials you suggested.

    Graduate II
    July 3, 2024

    I'm from the distant past, everything was printed material. Books by Leventhal and Zaks

    Super User
    July 3, 2024

    @Minh wrote:

    learn STM8S programming.


    What, exactly, do you mean by that?

    Programming an STM8 is essentially the same as programming any other microcontroller

    Do you have experience with any other microcontroller(s)?

    Do you have experience with programming in general ?

    MinhAuthor
    Graduate
    July 5, 2024

    I know C programming. So I want to learn about STM8 MCU, specifically the S series because I have the stm8s103f3p6 kit.

    I found Embedded -lab's tutorial and I would appreciate it if you could refer me to another pdf document. 
    Thanks!

    Technical Moderator
    July 5, 2024

    Hello @Minh ,

    Sorry I provided you a link to the official ST resources of STM8S: datasheet, reference manual, application notes .. Is that not sufficient?