cancel
Showing results for 
Search instead for 
Did you mean: 

stm32wb55xx.h file missing

JTomp.1
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

https://github.com/STMicroelectronics/STM32CubeWB/blob/master/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.h

Also in your computer under C:\Users\USERNAME\STM32Cube\Repository\STM32Cube_FW_WB_V1.8.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

4 REPLIES 4
TDK
Guru

https://github.com/STMicroelectronics/STM32CubeWB/blob/master/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.h

Also in your computer under C:\Users\USERNAME\STM32Cube\Repository\STM32Cube_FW_WB_V1.8.0\Drivers\CMSIS\Device\ST\STM32WBxx\Include

If you feel a post has answered your question, please click "Accept as Solution".
JTomp.1
Associate II

Thanks! That file isn't in my version of STM32Cube_FW_WB, v1.9.0.

Jim

TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".
AlexN
Associate

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