Skip to main content
Visitor II
June 19, 2023
Question

Examples in STMCUBE IDE 1.12.1

  • June 19, 2023
  • 3 replies
  • 1081 views

This my first time here and using STM32 MCUs.

I am wondering how locate the examples in this STMCUBE IDE version,

I would need them for Nucleo L063RZ

Thanks.

This topic has been closed for replies.

3 replies

Explorer
June 19, 2023

Hi,

There are no examples available in STM32CUBEIDE (In any Version).

Thanks and regards ,

Shiva

AScha.3
Super User
June 19, 2023

in CubeL0 -> projects are many examples -- maybe, this is what you looking for.

https://github.com/STMicroelectronics/STM32CubeL0

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
Pavel A.
Super User
June 19, 2023

To locate examples for your board, first open "Manage embedded ... packages" dialog and check that CubeIDE has installed the software package for your MCU (L0). If not, install the latest version.

Then: Import-> Example project  (not sure this is the exact wording)

This will take a long time to show the list of all examples. Choose anything suitable for your board and use case.

Also, you can browse examples in the installed software package as AScha suggested. Then, import a project using another import option (this takes less time than displaying the full list, but is more error prone for beginners).