cancel
Showing results for 
Search instead for 
Did you mean: 

Project SBSFU_2_Slots_DualCore for Nucleo-WL55JC1

Alfonzo
Associate II

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!

4 REPLIES 4
Alfonzo
Associate II

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

KDJEM.1
ST Employee

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
ST Employee

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.

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