Full Firmware Package for the STM32WB series: HAL+LL drivers, CMSIS, BSP, MW, plus a set of Projects (examples and demos) running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits).
Board - STM32WB55 Nucleo
IDE - STM32CubeIDE 1.6.1
Replicated on macOS Big Sur (M1 chip) and Windows 10
Hello Guys,
I am trying to build and deploy the ble_hid example. I navigate to:
/Users/username/STM32Cube/Repository/STM32Cube_FW_WB_V1.12.1/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_Hid
Copy the folder to a different location.
Open the STM32CubeIDE and select import project -> Select the BLE_Hid folder I copied.
The IDE identifies the project as an eclipse project, however, when I press Build I get the following error:
make: *** No rule to make target '/Utilities/lpm/tiny_lpm/stm32_lpm.c', needed by 'Utilities/stm32_lpm.o'. Stop.
Does anyone have any idea how I can get over this error and use this application to develop my own application? Is there a way to use this project and transform it into a cubeMX project?
Board - STM32WB55 Nucleo IDE - STM32CubeIDE 1.6.1 Replicated on macOS Big Sur (M1 chip) and Windows 10
Hello Guys,
I am trying to build and deploy the ble_hid example. I navigate to: /Users/username/STM32Cube/Repository/STM32Cube_FW_WB_V1.12.1/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_Hid Copy the folder to a different location.
Open the STM32CubeIDE and select import project -> Select the BLE_Hid folder I copied.
The IDE identifies the project as an eclipse project, however, when I press Build I get the following error:
make: *** No rule to make target '/Utilities/lpm/tiny_lpm/stm32_lpm.c', needed by 'Utilities/stm32_lpm.o'. Stop.
Does anyone have any idea how I can get over this error and use this application to develop my own application? Is there a way to use this project and transform it into a cubeMX project?
Any help is appreciated! Almog