Front End for STM32H723 Bootloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-24 9:49 AM - edited ‎2025-04-24 9:51 AM
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
Solved! Go to Solution.
- Labels:
-
Bootloader
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-24 9:59 AM - edited ‎2025-04-24 10:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-24 9:59 AM - edited ‎2025-04-24 10:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-24 10:02 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-24 10:06 AM - edited ‎2025-04-24 10:07 AM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-24 10:38 AM - edited ‎2025-04-24 10:38 AM
I meant reading memory from my J-Link debugger.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-24 11:19 AM
Sorry I didn't understand what you want to do.
You are asking for a tool to upload app binaries using the ST bootloader. Does the information I provided not answer your request?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-24 1:30 PM
It answers the bootloader part. I just wanted to know why I cant see the code through ST-Link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-25 2:44 AM
@Niramas wrote:
It answers the bootloader part. I just wanted to know why I cant see the code through ST-Link.
So this is another question need to open a new thread for this.
