Skip to main content
Associate II
February 27, 2025
Question

FW flashing from Bootloader

  • February 27, 2025
  • 5 replies
  • 1949 views

Hi , I am now working on FW upgrade using uart . Bootloader receives the application hex file through uart and flashes it .Then jumps to application , but facing some issues with flashing , flashing is not taking place. 

I am using NUCLEO-H723ZG board . I will attach the zip file of the project . 

This topic has been closed for replies.

5 replies

urbito
Senior II
February 27, 2025

Do you have any error to share? any trace? any log?

CJ007Author
Associate II
February 27, 2025

CJ007_0-1740645460774.png

Hi @urbito what do you mean? I only have these debug prints from docklight.After the flashing , no data is found at Application start address area, thus not jumping to application. I have a doubt whether is it because of the approach i took. Thats why I shared the zip file of the project I worked.

Ozone
Principal
February 27, 2025

> After the flashing , no data is found at Application start address area, ...

Obviously, your flashing does not work.
Do you verify each address ?

Or try to read out the flash after an update by the bootloader.
If this shows the same result, you need to work on your flash routine.