Is there a way to create a STM32CubeMX project from a STM32CubeIDE example?
Hello All,
I have an STM32WB55 Nucleo board and I want to use the BLE_HID example from the FW folder 1.12.1. I have successfully built, uploaded, and ran the example on my board, however, I am now running into 2 problems:
- If I try to copy the BLE_HID folder and paste is somewhere other than:
"/Users/<username>/STM32Cube/Repository/STM32Cube_FW_WB_V1.12.1/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_Hid"
the STM32CubeIDE will throw the error:
make: *** No rule to make target '/Utilities/lpm/tiny_lpm/stm32_lpm.c', needed by 'Utilities/stm32_lpm.o'. Stop.
And will not build. How do I overcome this problem?
- The BLE HID functionality is only a part of my final product, and I want to build my project starting from the example but I want to be able to use the CubeMX program. Is there a way to take the example and turn it into a CubeMX project?
Any help is appreciated!
Almog
