What happens when the CPU enters the default bootloader? STM32L4
Hi,
what happens when the CPU enters the default bootloader?
AN2606 lists all peripheral units that are always re-initialized (e.g. UART, SPI, I2C, ..)

What happens to the other ports and GPIOs (e.g. Port E/F/G)? Are all GPIOs reset or do they keep their last status?
I want to update from another chip via USART3, but the voltage supply of the chip is at port G. It is necessary that a pin is in a high state. If I jump into the bootloader, the pin is in reset state and the voltage is switched off.
I have already tried to jump into the bootloader with the option bytes and with a direct jump to the memory address. It also works on another board, but the power supply does not depend on a GPIO there either
Is there an application note that describes what the default bootloader does with unused GPIOs? Or do I have no chance and have to write my own boot loader that necessary GPIOs remain in their state?
