2026-03-30 1:09 AM
Hello,
I am encountering an issue with the ST example projects "BLE_p2pServer" and "BLE_DataThroughput_Server" for the NUCLEO-WBA65RI board.
After generating the code using STM32CubeMX (version 6.17), the project does not include all the required source files. As a result, the compilation fails immediately, even before making any modifications to the code.
I enabled the option:
"Generate peripheral initialization as a pair of '.c/.h' files per peripheral".
The main issue is that the following file is missing:
"stm32wbaxx_ll_utils.c" .
It seems that some HAL/LL driver files are not being generated or included properly in the project.
Could you please advise on:
Thank you in advance for your help.
Best regards,
Pierre A
Solved! Go to Solution.
2026-03-30 1:16 AM - edited 2026-03-30 7:26 AM
Hello @Pierre_Agneray
Let me thank you for bringing this issue to our attention.
The issue has already been reported to the dedicated team under this internal ticket (Ticket Number: CDM0060308).
Thanks.
Mahmoud
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.
2026-03-30 1:16 AM - edited 2026-03-30 7:26 AM
Hello @Pierre_Agneray
Let me thank you for bringing this issue to our attention.
The issue has already been reported to the dedicated team under this internal ticket (Ticket Number: CDM0060308).
Thanks.
Mahmoud
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.
2026-03-30 9:23 AM
Hello,
I encountered the same problem as Pierre.
When using CubeIDE 1.19, everything was working correctly. However, with CubeIDE 2.0 (and more recent versions), I experienced the same issue.
Fortunately, I still had a ZIP archive of an example project that was working with version 1.19.
I manually used my old example project to copy the file needed stm32wbaxx_ll_utils.c, after compiling again another error appeared referring to app_bsp.c. Once both files were added to the project, the build completed successfully.
So adding these two files solved the issue for me.
Yvan
2026-03-30 9:51 AM
@Pierre_Agneray wrote:The main issue is that the following file is missing:
"stm32wbaxx_ll_utils.c" .
Seems to be the same issue here by @SLevi.1 - doesn't seem to have been resolved by @grohmano ?