STM8 ST Microelectronics

Thread Starter

karas

Joined Sep 8, 2011
211
Start with the datasheet and compiler manual.
Thanks , i use IAR compiler ,so if i need to know how to set my GPIO i look first to the datasheet and to know how to write the code i look at the compiler manual?
 
Last edited:

MrChips

Joined Oct 2, 2009
30,802
I am looking for tutorials for beginners for STM8 , is any recommendation?
Preferred first step: Attend a ST seminar. Every year ST hosts free one-day seminars across Europe and North America. Here is an example of one recently held in Raleigh, North Carolina.

Second step: Buy a Discovery board and download an evaluation version of IAR.
Look at the project examples and it will have the complete C code on how to turn on an LED as well as how to perform many other tasks.
 

Thread Starter

karas

Joined Sep 8, 2011
211
Preferred first step: Attend a ST seminar. Every year ST hosts free one-day seminars across Europe and North America. Here is an example of one recently held in Raleigh, North Carolina.

Second step: Buy a Discovery board and download an evaluation version of IAR.
Look at the project examples and it will have the complete C code on how to turn on an LED as well as how to perform many other tasks.
Thanks so much, i got STM8S discovery board ,but i can not find good tutorial
 

dannyf

Joined Sep 13, 2015
2,197
I wrote a series of "getting started on ...." Blog posts for quite a few mcus, including the stm8 family.

Fundamentally nothing unique about those chips in terms of getting started.
 
Top