cancel
Showing results for 
Search instead for 
Did you mean: 

No support of STMCubeIDE for MCUBoot in the development board B-U585I-IOT02A.

UBale.1
Associate

Almost all sample projects have support of STMCubeIDE in the development board B-U585I-IOT02A except following bootloader projects.

  • SBSFU_Appli
  • SBSFU_Boot
  • SBSFU_Loader

On release note it is mentioned that, will be added support in the next release but date is not mentioned. May I know the date by which we will get the STMCubeIDE support?

1 ACCEPTED SOLUTION

Accepted Solutions
KORKAD
ST Employee

First, thank you @UBale.1 for your report.

The TFM & SBSFU applications are already updated to support STM32CubeIDE & Keil Toolchains. The new STM32CubeFw_U5 V1.2.0 package will be released on st.com by end of this month (February 2023).

Here below the message from Release_Notes.html file:

Add following projects with MDK-ARM and STM32CubeIDE toolchains:

  • NUCLEO-U575ZI-Q\Examples\FLASH_ChangeOptionBytes
  • B-U585I-IOT02A\Applications\SBSFU_Appli
  • B-U585I-IOT02A\Applications\SBSFU_Boot
  • B-U585I-IOT02A\Applications\SBSFU_Loader
  • B-U585I-IOT02A\Applications\TFM_Appli
  • B-U585I-IOT02A\Applications\TFM_Loader
  • B-U585I-IOT02A\Applications\TFM_SBSFU_Boot

With Regards

KORKAD

View solution in original post

3 REPLIES 3
Mohamed Aymen HZAMI
ST Employee

Hello @UBale.1​ and welcome to the community,

I'm checking internally, I will let you know when the release is done.

Mohamed Aymen

KORKAD
ST Employee

First, thank you @UBale.1 for your report.

The TFM & SBSFU applications are already updated to support STM32CubeIDE & Keil Toolchains. The new STM32CubeFw_U5 V1.2.0 package will be released on st.com by end of this month (February 2023).

Here below the message from Release_Notes.html file:

Add following projects with MDK-ARM and STM32CubeIDE toolchains:

  • NUCLEO-U575ZI-Q\Examples\FLASH_ChangeOptionBytes
  • B-U585I-IOT02A\Applications\SBSFU_Appli
  • B-U585I-IOT02A\Applications\SBSFU_Boot
  • B-U585I-IOT02A\Applications\SBSFU_Loader
  • B-U585I-IOT02A\Applications\TFM_Appli
  • B-U585I-IOT02A\Applications\TFM_Loader
  • B-U585I-IOT02A\Applications\TFM_SBSFU_Boot

With Regards

KORKAD

zapk
Associate II

@Mohamed Aymen HZAMI @KORKAD @UBale.1 

Hi,

I'm facing an issue in building a SBSFU_Boot example for NUCLEO-WBA52CG.

The issue seems to be with the linkage error, for the Third_party files (mcuboot).

 

Please find the error message below:

 

C:/Users/zapk/STM32CubeIDE/workspace_1.13.1/SBSFU_Boot/STM32CubeIDE/Release

../postbuild.sh: cd: line 16: can't cd to C:/Users/zapk/STM32CubeIDE/workspace_1.13.1/SBSFU_Boot/STM32CubeIDE/../../Middlewares/Third_Party/mcuboot: No such file or directory

Windows_NT

Postbuild with python script

python: can't open file 'C:\\Users\\zapk\\STM32CubeIDE\\workspace_1.13.1\\SBSFU_Boot\\STM32CubeIDE\\Release\\scripts\\imgtool\\main.py': [Errno 2] No such file or directory

postbuild.sh failed

make[1]: *** [makefile:95: post-build] Error 1

make: *** [makefile:61: all] Error 2

"make -j16 all" terminated with exit code 2. Build might be incomplete.

 

13:56:25 Build Failed. 2 errors, 0 warnings. (took 8s.142ms)