cancel
Showing results for 
Search instead for 
Did you mean: 

ble_wrap files missing after cube generation

cvs_dev
Visitor

Hi all

Im using Nucleo WBA52CG development board with STM32Cube FW_WBA V1.4.0

After generating code for BLE using STM32_WPAN i get error  ble_wrap.c: No such file or directory

Any help?

4 REPLIES 4
STTwo-32
ST Employee

Hello @cvs_dev and welcome to the ST Community 😊.

If the file doesn't exist at all, the compiler is not going to be able to open it. If it does exist, then you need to set your project Paths so that the compiler can find it.

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.

cvs_dev
Visitor

Thanks for the reply. Can you point me in direction where this file should be located and where in project I need to set up path to it. 
This project is automatically generated by CUBEMX without any of my code, so i would expect that configuration would do it automatically.  

Please add your .ioc file.

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.

cvs_dev
Visitor

Im attaching the file.