Skip to main content
Visitor II
May 20, 2025
Question

STM32U585x Bootloader over UART

  • May 20, 2025
  • 1 reply
  • 553 views

Hi Team,

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

    This topic has been closed for replies.

    1 reply

    ST Employee
    May 20, 2025

    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

     

    ram_janAuthor
    Visitor II
    May 21, 2025

    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 ?

    ram_janAuthor
    Visitor II
    May 23, 2025

    Hi Team,

    Could you please guide me on how to correctly configure the internal Flash memory for the STM32U5 series? Specifically, I would like to understand how to:

    • Modify the Flash start and end addresses

    • Set appropriate lengths

    • Partition the Flash to allocate separate regions for the bootloader and the application image

    Thanks and Regards