Skip to main content
JTomp.1
Associate II
October 27, 2020
Solved

stm32wb55xx.h file missing

  • October 27, 2020
  • 4 replies
  • 1889 views

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

This topic has been closed for replies.
Best answer by TDK

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

4 replies

TDK
TDKBest answer
October 27, 2020

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
JTomp.1Author
Associate II
October 27, 2020

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

Jim

TDK
October 27, 2020

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
November 24, 2023

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