2019-07-03 01:00 AM
Hey,
are there any example projects for the STM32WB55 Nucleo Pack for STM32CubeIDE?
best regards,
Henrik
2019-07-03 01:47 AM
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.
2019-07-03 02:01 AM
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
2019-07-03 03:03 AM
I tested With STM32CubeIDE V1.0.0 and here is what i did:
Pierre.