2016-05-31 5:15 AM
Hello everybody.
In my project it is necessary to reboot the MCU.What are the pin voltages during reset and right after reset if pins before reset are configured as output with Low or High logic level? See picture below.What about pin voltage level when it enters STM32 internal bootloader?2016-05-31 5:34 AM
Floating means it neither adds/remove charge, although some leakage is likely. If you want tri-stated pins to have a known state, pull them high or low externally.
Should be possible for the MCU to jump into boot loader without using BOOTx pins.