2024-07-23 04:47 AM
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?
Solved! Go to Solution.
2024-08-06 05:55 AM - edited 2024-08-28 02:53 AM
Hello again @cvs_dev @Terrance Parker
The problem is confirmed and will be solved on the Coming version of the STM32CubeMX (escalated under the internal ticket number 186118). The only temporary workaround is to roll-back to the previous versions of the STM32CubeMX, IDE and CUBEWBA.
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.
2024-07-23 05:48 AM
Hello @cvs_dev and welcome to the ST Community :smiling_face_with_smiling_eyes:.
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.
2024-07-23 05:52 AM
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.
2024-07-23 06:02 AM
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.
2024-07-23 06:29 AM
2024-07-24 11:24 AM
2024-07-25 12:35 PM
I rolled back to CubeIDE v1.14 and CubeWBA 1.2. Everything worked in the MOOC. I believe there is a problem with the new CubeWBA library release.
2024-07-29 01:58 PM
Confirm that there is a problem with library CubeWBA v1.4. Used CubeIDE v1.16 and CubeWBA v1.4 and project would not compile. Used versions v1.3.1 and v1.30 and v1.20 and program compiled with no problems.
2024-08-01 11:11 AM
Hello @cvs_dev @Terrance Parker
Thank you for this feedback. Sorry for my late replie. I will esclate this issue to the concerned team for correction ASAP.
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.
2024-08-06 05:55 AM - edited 2024-08-28 02:53 AM
Hello again @cvs_dev @Terrance Parker
The problem is confirmed and will be solved on the Coming version of the STM32CubeMX (escalated under the internal ticket number 186118). The only temporary workaround is to roll-back to the previous versions of the STM32CubeMX, IDE and CUBEWBA.
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.