Skip to main content
Associate
January 28, 2026
Question

Project SBSFU_2_Slots_DualCore for Nucleo-WL55JC1

  • January 28, 2026
  • 3 replies
  • 250 views

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. 

Untitled.png

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!

3 replies

AlfonzoAuthor
Associate
January 28, 2026

I get the same errors if i try to build the BFU_2_Slots.

KDJEM.1
Technical Moderator
January 29, 2026

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.
KDJEM.1
Technical Moderator
February 3, 2026

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.
AlfonzoAuthor
Associate
February 4, 2026

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