Missing file after file generation
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:
- Whether this is a known issue with STM32CubeMX 6.17?
- If there is an additional step required to include all necessary driver files?
- Or if a specific configuration is needed for these BLE examples?
Thank you in advance for your help.
Best regards,
Pierre A
