2021-03-18 02:11 PM
I am trying to get quick-started with the following:
STM32WB55 - Nucleo Pack
X-Nucleo-IKS01A3 (MEMS Inertial and Environmental Expansion Board)
Stm32CubeIDE v 1.6.0
STBLESensor (Phone app)
FP-SNS-MOTENVWB1 v.1.0.0
To start, I've flashed the provided binary from the function pack (
STM32CubeFunctionPack_MOTENVWB1_V1.0.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\MOTENV1\Binary\MOTENV1_IKS01A3_WB55RG.bin )
onto my nucleo board, and that works as expected. I can pair with the board via BLE and view the output on my phone app.
However, when I build and flash the project from CubeIDE, I don't get the same results.
I created a new project from the Cube MX configuration file provided in the Function pack at \STM32CubeFunctionPack_MOTENVWB1_V1.0.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\MOTENV1\MOTENV1_IKS01A3_WB55RG.ioc
I get a warning that the project was set-up using Cube firmware version 1.2.0 and gives me the option to either migrate or continue. I have tried both options at this point.
I build the project. copy the project binary to the board and... nothing.
What step am I missing to get this working so I can move on with development?