2025-05-15 11:00 AM
I am still very new to embedded programming. I am trying to walk through the SBSFU example application for the B-U585I-IOT02A from STM32CubeU5. The board I am using is STM32U5A9J-DK. I tailored some of the build settings in STM32CubeIDE for STM32U5A9J-DK according to the README. In order to get things to work, for the configuration, I had to disable Anti-Tamper (since with it enabled, the main menu would not display). I have a few questions:
2025-06-25 10:23 AM
Hello @alanl,
Normally the example should work if you made the change of chip definition.
The UART is mapped on same GPIOs between the 2 so, I don't see specific issue here.
Please make sure that when changing the configuration you clean everything before rebuilding. Especially some updates are propagated when building SBSFU during postbuild that are needed by application.
One other possible issue is that you didn't launch regression.sh before launching SBSFU_UPDATE.sh
So, please try to rebuild from scratch. If it still does not work I will give it a go on my side.
Best regards
Jocelyn