ble_wrap files missing after cube generation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-23 4: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.
- Labels:
-
ST boards
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-02 2:04 AM
hello @cvs_dev @Kenwang @HectorV @cvs_dk @massijay
This behavior has been solved on the last version of the STM32CubeMX V6.13.0.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-23 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-23 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-23 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-23 6:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-24 11:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-29 1: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-06 5:55 AM - edited ‎2024-08-28 2: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.
