Skip to main content
Explorer
July 15, 2024
Solved

STM32U545REI6Q Bootloader GPIO config

  • July 15, 2024
  • 2 replies
  • 797 views

AN2606 does a very good job of describing communication peripheral usage by the bootloader, but not so much GPIO pins.Can I get a description of how each of the GPIO pins on the ST32U545REI6Q is configured by the bootloader? This could be important in determining behavior when new chips arrive from the factory and are placed on our custom circuit boards.

Thank you!

 

    This topic has been closed for replies.
    Best answer by TDK

    Pins not used by the bootloader are left in their current state, which after reset is generally high impedance input mode or analog mode depending on the family.

    2 replies

    Graduate
    July 15, 2024

    AN2606 does describe the pins used, e.g., USART1: specifically pins PA9 and PA10.

    I would expect pins not list in the document to be left in the state described by the reset conditions for the microcontroller, as shown in the reference manual.

    TDKAnswer
    Super User
    July 15, 2024

    Pins not used by the bootloader are left in their current state, which after reset is generally high impedance input mode or analog mode depending on the family.