STMicroelectronics / STM32CubeWB

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).
https://www.st.com/en/embedded-software/stm32cubewb.html
Other
229 stars 139 forks source link

Cannot build STM32WB55 BLE-HID Application Example on STM32CubeIDE #43

Closed A6Deg closed 3 years ago

A6Deg commented 3 years ago

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