2024-10-13 11:33 PM
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.
2024-10-14 02:00 AM
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
2024-10-27 10:22 PM
Hi @Jocelyn RICARD ,
I changed my Interrupt Vector Address
UART_print is my simple application. When I hardcoded the 02_01_Postbuild_SimpleAppV1.bat file, I faced the error.