2021-09-07 02:13 AM
I have ported the SBSFU application from NUCLEO-L552ZE-Q to STM32L562E-DK.
The single-slot partition is working fine as expected without any issue.
For my requirement, I have added a second slot in OSPI flash. Changed flash_layout.h and respective files accordingly. on bootup, signature verification is passed for the primary slot and jumping to the application code. But Application code is not starting to execute.
@Frantz LEFRERE , Can you please help me regarding this?
I am sharing the flash_layout.h file and boot log for reference purposes. Let me know if you need further details
2021-09-09 09:22 AM
Hello @PYada.1 ,
in your adaptation to external OSPI flash, did you enable the flash memory mapped mode before jumping to the application ?
Best regards
Jocelyn