cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U585x Bootloader over UART

ram_jan
Associate II

Hi Team,

Can you please share the any reference code for Bootloader over a Serial communication UART protocol please ?

2 REPLIES 2
SirineST
ST Employee

Hello @ram_jan 

This OpenBootloader application available in STM32U5 firmware package allows to use bootloader over USART3 or FDCAN1 or I2C2 or SPI1 or USB. I recommend reviewing the README file for detailed instructions on configuring it to use USART.

With regards

 

If your question is answered, please close this topic by clicking "Accept as Solution"

Hi Team,

Could you please guide me on how to modify the Flash starting address, Flash length, RAM starting address, and RAM length in order to organize the Bootloader and Application images in separate memory locations for STM32U585 Series ?