2026-01-28 7:54 AM - edited 2026-01-28 8:37 AM
Hi,
I'm using a Nucleo stm32WL55JC1 board, and i'm trying to run the SBSFU_2_Slots_DualCore example. Used the example selector to start the project. When I tried to compile any of the sub projects they all fail and i have a lot of warnings for include paths that dont exist in my computer. I'm using stm32cubeIDE v2.0.0, i tried using the v 1.11.0 because it said it the release notes that was the version used for STM32Cube_FW_WL_V1.4.0, but the IDE does not accept this package and does not detect it inside the repository folder, even after installing it itself because the examples it shows are from v1.4.0 of the FW package.
I also get the error that i can't find the file kms.h that is included in a .c file. When the prebuild.sh runs it runs in the wrong directories, like doing "cd ../../../Middleware.....", in this case there are too many "../" in the path, and this happens a lot in the script.
How can I run this example? What am I missing?
Thanks in advance!
2026-01-28 8:34 AM - edited 2026-01-28 8:38 AM
I get the same errors if i try to build the BFU_2_Slots.
2026-01-29 6:30 AM
Hello @Alfonzo and welcome to the community;
I reported this issue internally.
Internal ticket number: 226209 (This is an internal tracking number and is not accessible or usable by customers).
Thank you.
Kaouthar
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-02-03 7:54 AM
Hello @Alfonzo ;
Could you please try to add to manually the folder path to the compiler include paths in SBSFU_2_Slots_DualCore example as below:
Under Properties->C/C++ Build->Settings->MCU GCC Compiler->Include paths: ../../../Linker_Common/Middlewares/ST/STM32_Key_Management_Services/Core
../../../2_Images_SECoreBin/Inc
Please let me know if the issue is solved or not?
Thank you.
Kaouthar
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-02-04 10:27 AM - edited 2026-02-04 10:29 AM
Hello @KDJEM.1
Thanks for the fast reply Kaouthar. Some of the problems are resolved with fixing the include paths, others remain like the prebuild.sh and postbuild.sh scripts. they both need fixing in the paths they use. The project seems to miss some kind of linking between Linker_Common folder and the several projects inside SBSFU.
Thanks for the attention.
Afonso Fernandes