Is is possible to configure, which pins are used by STM-Bootloader?
I want to use the bootloader feature (via UART) of the STM32L071RB. I have read the AN2606 and AN3155.
If I'm right, the STM32L071RB has a V11.x bootloader and can be updated via UARTx, SPIx,and I2Cx.
Is is possible to configure, which pins are used by STM-Bootloader?
I only want UART1 pins (PA9, PA10) to be "active" during bootloader.
Is there something like a "fuse-byte" which chooses the "active" interfaces?
Or do I really have to take care that all bootloader-pins (especially the outputs of SPI1 SPI2, UART2-Tx) do not collide with peripherals connected to these pins?
Best regards
