2021-04-17 10:59 PM
Hi,
I'm testing SBSFU on Nucleo-G474RE, I have no problem to run up the reference code of SBSFU, but somehow secure boot loader didn't jump to my user application after the upgrade via UART Y-Modem after use my application code instead of original user application code in SBSFU.
My steps are,
I created two user application images,
Results are,
Is there any suggestion to debug this problem?
Thanks.
James S.
2021-04-28 10:59 AM
Hello James,
First I would suggest reusing the material we provide in the MOOC dedicated to SBSFU:
https://www.youtube.com/playlist?list=PLnMKNibPkDnGd7J7fV7tr-4xIBwkNfD--
In video number 4, I explain how to do such thing. And you can get the scripts used.
This should help you.
Also, if you are sure the SBSFU is launching your application, you can just launch the debugger (without download, just attach to target). Put a breakpoint on the reset handler, resume the debug and press reset. You should break at the very beginning of your application and then go step by step.
I hope this will help
Best regards
Jocelyn