Skip to main content
Associate III
October 14, 2024
Question

STM32F413-Disco board with SBSFU

  • October 14, 2024
  • 2 replies
  • 527 views

Hi,

I want to use SBSFU with my simple application. I watched https://youtube.com/playlist?list=PLnMKNibPkDnGd7J7fV7tr-4xIBwkNfD--&si=T2hYVP2BWDyQkhAW

I successfully implement the SBSFU example project on my board. Here, I've a problem to use SBSFU with my application. Can anyone please help me?

 

Regards,

Meena.

2 replies

Jocelyn RICARD
ST Employee
October 14, 2024

Hello @Meenakshi ,

difficult to help without any input relative to your issue.

As stated in the MOOC, to adapt an application to SBSFU you need

1) Adapt the linker file to have correct flash mapping expected by the secure boot

2) Adapt the interrupt vector address

Best regards

Jocelyn

MeenakshiAuthor
Associate III
October 28, 2024

Hi @Jocelyn RICARD ,

 

I changed my Interrupt Vector Address

Meenakshi_0-1730092325341.png

UART_print is my simple application. When I hardcoded the 02_01_Postbuild_SimpleAppV1.bat file, I faced the error. 

Meenakshi_1-1730092350336.pngMeenakshi_2-1730092400491.png

Meenakshi_3-1730092766203.png

Meenakshi_4-1730092928503.png