2024-07-15 09:38 AM
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!
Solved! Go to Solution.
2024-07-15 04:20 PM
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.
2024-07-15 10:39 AM
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.
2024-07-15 04:20 PM
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.