2024-11-26 06:05 AM
Dear ST Community,
I am currently using the STM32F407G-DISCOVERY board for my project and would like to implement the SBSFU (Secure Boot and Secure Firmware Update) bootloader on this board. However, upon reviewing the X-CUBE-SBSFU package, I noticed that it supports only a limited number of specific boards (approximately 15), and the STM32F407G-DISCOVERY is not among them.
As the package lacks direct support for this board, I am unable to use the SBSFU functionality out of the box. I would greatly appreciate it if you could provide the following:
Your guidance will help me better understand the process and successfully integrate the SBSFU bootloader into my project.
Thank you for your support. I look forward to your response.
Best regards,
Mohammed Umar Farooq N
#SBSFU #secureboot #Securefirmwareupgrade #stm32 #stm32f407G-DISC #stm32F4series
2024-12-16 03:49 AM
Hello @FarooqStm32 ,
Resources and documentation on the SBSFU solution configuration adaptation and mechanisms can be found in AN5056 (read section 3 Porting X-CUBE-SBSFU onto another board) and in UM2262 to better understand the adjustments needed to be done in pinout configuration and memory region definition as well.
Regards
2024-12-18 08:32 AM
Hi @FarooqStm32 ,
you can also look for the existing solutions of other community members, such as here:
SBSFU for STM32F407 - Adjusting post/pre build .BA... - STMicroelectronics Community
BR,
J
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.