cancel
Showing results for 
Search instead for 
Did you mean: 

Bootloader via UART on NUCLEO-H755ZI-Q

Domy_ST
Associate III

Hi ST Community,

I'm wondering if there's a sample project for a UART Bootloader for the NUCLEO-H755ZI-Q series.

Thanks for your support

 

1 ACCEPTED SOLUTION

Accepted Solutions

+

AN3155 «How to use USART protocol in bootloader on STM32 MCUs »

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

View solution in original post

8 REPLIES 8
mƎALLEm
ST Employee

Do you mean a custom bootloader over UART?

PS: I don’t see why posting this question in CubeIDE forum board!

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Domy_ST
Associate III

not customized but a minimal example of bootloader operation via uart (.bin file)

I think the question was "custom bootloader" vs the System bootloader in ROM ?

So custom bootloader:

System bootloader:

  • AN2606Introduction to system memory boot mode on STM32 MCUs
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

A question on a minimal example of « something » needs to be posted in Embedded software forum board. CubeIDE forum is only dedicated to raise question/issues on the tool or to suggest an enhancement. This post will be moved then.
Thank you. 

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

+

AN3155 «How to use USART protocol in bootloader on STM32 MCUs »

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Domy_ST
Associate III

Thanks for the documentation, I meant some examples already developed for that series

Why don’t use the ST bootloader like indicated by the application notes provided above?

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
TDK
Super User

https://github.com/STMicroelectronics/stm32-mw-openbl

 

If you feel a post has answered your question, please click "Accept as Solution".