cancel
Showing results for 
Search instead for 
Did you mean: 

BLE_p2pServer build fail with NUCLEO-WBA55CG board

Kenwang
Associate III

Hi Sir,

I run BLE_p2pServer example code with NUCLEO-WBA55CG board, it shows build error on STM32CubeIDE. How to fix it ?

Kenwang_0-1733294771016.png

The software version I used is :
STM32CubeIDE 1.17.0

STM32Cube_FW_WBA_V1.5.0

STM32CubeMX 6.13.0

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @Kenwang 

I'm able to reproduce this behavior using STM32CubeIDE 1.17.0, STM32Cube_FW_WBA_V1.5.0 and STM32CubeMX 6.13.0 and I've escalated for correction on the coming releases (under internal ticket number 197703). 

As a temporary workaround, could you please go to \STM32Cube_FW_WBA_V1.5.0\Projects\NUCLEO-WBA55CG\Applications\BLE\BLE_p2pServer\STM32CubeIDE and open the .cproject file. That should work fine. or go to File\Open Projects from file System... and select \STM32Cube_FW_WBA_V1.5.0\Projects\NUCLEO-WBA55CG\Applications\BLE\BLE_p2pServer\STM32CubeIDE on the Import source Directory and click on finish.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

5 REPLIES 5
STTwo-32
ST Employee

Hello @Kenwang 

I'm able to reproduce this behavior using STM32CubeIDE 1.17.0, STM32Cube_FW_WBA_V1.5.0 and STM32CubeMX 6.13.0 and I've escalated for correction on the coming releases (under internal ticket number 197703). 

As a temporary workaround, could you please go to \STM32Cube_FW_WBA_V1.5.0\Projects\NUCLEO-WBA55CG\Applications\BLE\BLE_p2pServer\STM32CubeIDE and open the .cproject file. That should work fine. or go to File\Open Projects from file System... and select \STM32Cube_FW_WBA_V1.5.0\Projects\NUCLEO-WBA55CG\Applications\BLE\BLE_p2pServer\STM32CubeIDE on the Import source Directory and click on finish.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

By the way, if the IDE uses IAR, errors will still occur, but the error symptoms are different. I hope this problem can be improved in the next version, thank you.

Kenwang_0-1733446741854.png

 

I experience the same error on importing projects using STM32CubeIDE 1.17.0 and STM32CubeMX 6.13.0. I have no clue the version of STM32Cube_FW_WBA_Vx.x.x i am using when i import from STM32CubeMX.

 

I have cloned the repository 'STM32CubeWBA' from Github on latest release v1.5.0. I have tried solution by importing the project with 'Open project from file system' or opening the .cproject directly.

Errors are different, it seem that files are missing from the projects and invalid paths related to the target mcu.

slyasteel_0-1733750088773.png

 

I have experienced the errors by trying to import 'BLE_DataThroughput_Client' and 'BLE_p2pServer'

OK. The solution work when i open the .cproject from the STM32Cube repository directory (\STM32Cube\Repository\STM32Cube_FW_WBA_V1.5.0\Projects\NUCLEO-WBA55CG).