Positive response on jump from bootloader to application, but application is not started
Many times, using serial communication at 115299 baud, when I jump from the bootloader to the application, although I receive a positive response, the application does not start (never reaches the main of the app).
I am using a STM32H755IIT and I have attached a screenshot of saleae record where I call the jump to app, after entering the bootloader and, as shown, although it responds positive, the app did not start. I have also debugged and when it does not start it also does not reach the "main()" of the app, so I suspect the app has no issues booting app.
Are there known issues on the bootloader (I am using version 3.1) or any tips on how to solve/found the cause?
The request in this case is:
0x21 0xDE => 0x79
0x08 0x00 0x00 0x01 0x09 => 0x79
Thank you!
