Skip to main content
Associate II
April 24, 2025
Solved

Front End for STM32H723 Bootloader

  • April 24, 2025
  • 1 reply
  • 630 views

Is there a simple Windows front-end app to load binaries into the 723 using it's native bootloader?  The alternative I guess would be to write a python app but if I can skip that work it would be great.

I am looking for something simple/focused.

Regards,

Mark

Best answer by mƎALLEm

Hello,

To load binaries I suggest to use STM32CubeProgrammer tool or maybe STM32CubeCLT.

Example, read this article:

How to use STM32CubeProgrammer to access the USART bootloader on my STM32 board

1 reply

mƎALLEm
mƎALLEmAnswer
Technical Moderator
April 24, 2025

Hello,

To load binaries I suggest to use STM32CubeProgrammer tool or maybe STM32CubeCLT.

Example, read this article:

How to use STM32CubeProgrammer to access the USART bootloader on my STM32 board

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
NiramasAuthor
Associate II
April 24, 2025

I am only seeing 0's at address 0x1FF0_0000 on my Nucleo 723 board.  Shouldn't I see the bootloader code there ?  Do I need some secret sauce to view it?

mƎALLEm
Technical Moderator
April 24, 2025

You don't have to access to the bootloader region (0x1FF0 xxxx).

You need just to select one of the options available and follow the steps described by the article I shared:

mALLEm_0-1745514327925.png

 

 

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.