Skip to main content
Visitor II
September 8, 2020
Solved

Custom Bootloader jump to application and vice-versa are failing

  • September 8, 2020
  • 1 reply
  • 1096 views

I am trying to develop a custom boot-loader on Nucleo-H743ZI2 evaluation board. But the boot-loader is not jumping to application code. I had referred to the other posts regarding the topic and adopted some code from those also. I had flashed the codes of application and boot-loader to the respective memory locations at 0x8020000 and 0x8000000.

0693W000003Qz27QAC.jpg

Please do point me to the problem in the code provided.

    This topic has been closed for replies.
    Best answer by Sridhar

    Thank you, it had worked. I had changed the bootloader and application to maximum frequency.

    1 reply

    Graduate II
    September 8, 2020

    Do the switch between user and bootlaoder as early after reset as possible. That works for me and many others.

    SridharAuthorAnswer
    Visitor II
    September 8, 2020

    Thank you, it had worked. I had changed the bootloader and application to maximum frequency.