2025-05-20 12:21 AM - last edited on 2025-05-21 5:09 AM by Andrew Neil
Hi Team,
Can you please share the any reference code for Bootloader over a Serial communication UART protocol please ?
2025-05-20 1:09 AM
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
2025-05-21 5:07 AM
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 ?