cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F413-Disco board with SBSFU

Meenakshi
Associate III

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 2
Jocelyn RICARD
ST Employee

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

Meenakshi
Associate III

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