2023-01-09 04:38 PM
Almost all sample projects have support of STMCubeIDE in the development board B-U585I-IOT02A except following bootloader projects.
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?
Solved! Go to Solution.
2023-02-10 03:08 AM
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:
With Regards
KORKAD
2023-02-09 02:11 AM
Hello @UBale.1 and welcome to the community,
I'm checking internally, I will let you know when the release is done.
Mohamed Aymen
2023-02-10 03:08 AM
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:
With Regards
KORKAD
2023-09-04 03:20 PM - edited 2023-09-04 03:21 PM
@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)