2020-10-27 06:21 AM
Hi,
I'm using STM32CubeIDE 1.4.0 to build an application (BLE Hid) for the P-Nucleo-WB55 board. It's looking for an include file stm32wb55xx.h which is missing. Any idea where to find this file?
Thanks,
Jim
Solved! Go to Solution.
2020-10-27 06:29 AM
Also in your computer under C:\Users\USERNAME\STM32Cube\Repository\STM32Cube_FW_WB_V1.8.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include
2020-10-27 06:29 AM
Also in your computer under C:\Users\USERNAME\STM32Cube\Repository\STM32Cube_FW_WB_V1.8.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include
2020-10-27 06:42 AM
Thanks! That file isn't in my version of STM32Cube_FW_WB, v1.9.0.
Jim
2020-10-27 06:46 AM
I just downloaded v1.9.0. It's in there. It must have been deleted from yours somehow. Either just put it back, or remove/install the package again.
2023-11-23 11:09 PM
as google lists this very high, and I stumbled over it: make sure you init and update your submodules after cloning:
git clone <blabla>
git submodule init
git submodule update