cancel
Showing results for 
Search instead for 
Did you mean: 

Getting started with STM32WB55 and STM32CubeIDE?

HEhle
Associate II

Hey,

are there any example projects for the STM32WB55 Nucleo Pack for STM32CubeIDE?

best regards,

Henrik

3 REPLIES 3
Le Corre Pierre
Associate III

​Hello,

STM32CubeIDE is able to open the SW4STM32 projects.

This means you can use any project present inside the STM32Cube_FW_WB.

Inside this package, you will find numerous examples projects for all the peripherals of the STM32WBxx product. This covers the usage of the Hardware Abstraction Layer (HAL), Low layer driver (LL) or a Mix of both. This also covers the usage of the BLE, THREAD and MAC802.15.4 APIs.

They are located under Projects\P-NUCLEO-WB55.Nucleo

Those examples are build with STM32CubeMX in order to demonstrate the usage of both driver and configuration tool at the same time.

Pierre.

HEhle
Associate II

but how do I import the project? trying to open the GPIO example...

I'm trying "Import Projects from File System or Archive"

I browse to the folder, but it does not finde the project.

btw, using the OSX/MAC version

Henrik

Le Corre Pierre
Associate III

​I tested With STM32CubeIDE V1.0.0 and here is what i did:

  • Under The "file" menu: Import
  • General/Import ac6 System Workbench for STM32 Project
  • Import source: Select a directory: Projects\P-NUCLEO-WB55.Nucleo\Examples\GPIO for instance
  • 2 projects are found GPIO_EXTI and GPIO_IOToggle
  • Press Finish
  • You will observe some popup mentionning the import is successfull and then the project is ready to compile.

Pierre.