Skip to main content
Associate III
December 4, 2024
Solved

Missing stm32wbxx.h in beacon project

  • December 4, 2024
  • 1 reply
  • 1474 views

Greetings

 

I have a STM32WB55 P-Nucleo board, with the STM322B55 dongle. I am trying to flash the beacon project onto the nucleo board. 

I have downloaded the STM32WB repo from the github link

I unzipped the file and selected the .project from the following route:

STM32CubeWB-master\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_Beacon\STM32CubeIDE.

I tried building the project but errors are thrown that entails the file stm32wbxx.h is missing. How can I solve this?

Thanks

Best answer by STTwo-32

Could you please try to import it using the following Methode:

Go to File > Open Projects from File System... > and select the directory of your project. After that, on the Folder file select the STM32CubeIDE folder. "

Best Regards.

STTwo-32 

1 reply

STTwo-32
Technical Moderator
December 4, 2024

Hello @ZAIDS-S23 

I've answered your question on this FAQ. If it solve your issue, a kudo From you on the wiki will really help to make it visible for others who have the same behavior.

Best Regards.

STTwo-32 

ZAIDS-S23Author
Associate III
December 6, 2024

Hi 

I've taken your advice and cloned the git repo as per the answer you gave. I opened the .proj file for the Beacon, and tried building the project. I get the following error:


non constant or forward reference address expression for section .ARM.extab 

Any way to solve this error?

Regards

STTwo-32
Technical Moderator
December 6, 2024

Could you please open .cproject file or call it directly using the import project of the STM32CubeIDE.

Best Regards.

STTwo-32