Why is the bootloader of STM32F072RB moving PB12 Pin? it's not mendioned in AN2606.
I'm working on a custom board with an STM32F072RB as microcontroller.
I'm testing the firmware update via USB and I found that as soon as I jump to the internal bootloader (address 0x1FFFC800) the CPU goes down.
Looking at the enables I found that the PB12 pin is going down, unfortunately this pin is connected to the main power enable.
I thought that this pin wasn't used by the bootloader since it's not mentioned in AN2606 document.
Is this correct?
Can I prevent the bootloader to move this pin?
