2023-06-18 07:25 PM
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.
2023-06-18 10:16 PM
Hi,
There are no examples available in STM32CUBEIDE (In any Version).
Thanks and regards ,
Shiva
2023-06-19 12:16 AM
in CubeL0 -> projects are many examples -- maybe, this is what you looking for.
https://github.com/STMicroelectronics/STM32CubeL0
2023-06-19 01:39 AM - edited 2023-06-19 01:44 AM
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).