cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo kits for STM8 MCUs

Szymon PANECKI
Senior III
Posted on July 13, 2018 at 16:49

Nucleo kits for STM8 MCUs

Dear STM8 fans,

Let me inform you, that STMicroelectronics extended hardware tools ecosystem available for STM8 MCUs by introducing two STM8 Nucleo-64 kits:

https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm8-mcu-eval-tools/stm8-mcu-eval-boards/nucleo-8l152r8.html

and

https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm8-mcu-eval-tools/stm8-mcu-eval-boards/nucleo-8s208rb.html

Each of these Nucleo kits contains STM8 device in LQFP64 package (either STM8L152R8T6 with 64kB Flash or STM8S208RBT6 with 128kB Flash). All MCU's pins are available on the ST morpho connectors. Additionally Arduino UNO connectors allow easy stacking of Arduino shields.

MCU is connected with some external circuitry: two buttons (user and reset), LEDs (two user LEDs), 32.768kH LSE crystal (only in NUCLEO-8L152R8) and ST-Link programmer/debugger.

Embedded ST-Link allows programming and debuggin of STM8 MCU on Nucleo kit as well as STM8 MCU in user's application. 

Additionally ST-Link works as a Virtual COM Port and acts as a UART bridge between MCU and PC. 

We hope you will enjoy using these two new tools.

7 REPLIES 7
Posted on July 13, 2018 at 19:39

ST invests into new dev tools so it seems that 8 bitters are not going to die soon (because of 32 bitters)

Should we expect STM8 Nucleo-32 as a next logical move then?

Posted on July 13, 2018 at 20:44

Hello Bogdan,

You can expect more hardware and software tools for STM8 MCUs from ST in future.

Regards

Szymon

Posted on July 16, 2018 at 13:10

Dear Szymon,

is it already known when development boards for the 8-pin devices will be released?

Will STVD add support for other compilers, such as SDCC or IAR?

Philipp

Szymon PANECKI
Senior III
Posted on July 16, 2018 at 13:59

Hello Philipp,

Is it already known when development boards for the 8-pin devices will be released?

There will be a low-cost development board for the 8-pin STM8 MCUs from ST, but timeframe of its official introduction and mass-market availability is not fixed yet.

Will STVD add support for other compilers, such as SDCC or IAR?

Accoridng to my knowledge there are no ongoing actions related to adding more compilers to STVD IDE.

Regards

Szymon

Philipp Krause
Senior II

It is good to see ST releasing new STM8 boards. I wouldn't hold my breath for more NUCLEO boards in the near future though. However, there are the third-party Ardunio-compatible sduino UNO and sdunio MB 208 boards, that do fill gaps in the NUCLEO range:

  • The sduino UNO uses a STM8S105K6, and thus fills the low-end STM8S gap left below the NUCLEO-8S208RB (which has a STM8S208MB that tends more toward the high end of the STM8 range).
  • The sduino MB 208 has Arduino Mega-compatible connectors, and an STM8S208MB that can run at 24 Mhz, so it fills the high-end STM8S gap left above the NUCLEO-8S208RB (which only has an Ardunio UNO-compatible connector, has fewer I/O, and lacks the oscillator needed to go above 16 Mhz).

Philipp

Philipp Krause
Senior II

For those preferring to do bare-metal programming instead of using the Ardunio compability libraries, I finally wrote some simple tutorials targeting the 2 NUCLEO and the 2 sduino boards:

http://www.colecovision.eu/stm8/index.shtml#Arduino

Philipp

Philipp Krause
Senior II

For those preferring to do bare-metal programming instead of using the Ardunio compability libraries, I finally wrote some simple tutorials targeting the 2 NUCLEO and the 2 sduino boards:

http://www.colecovision.eu/stm8/index.shtml#Arduino

Philipp