STM32F09X Bootloader Mode.
We have a STM32F091 MCU board, it works, but we require to add bootloader function in for field update firmware.
The BOOT0(PF11) is connect to GND via 10K resistor, so it will go to Flash Memory after power up, it does that (LED flash).
I connect BOOT0 to 3.3V via 100 ohm resistor, when it power up, we expect it go to booloader mode, then nothing to UART after timeout, it will go to our application flash memory. But actually the LED doesn't flash.
I check the AN2606, BOOT0(pin) =1 and BOOT1(Pin) =0 will go to bootloader, but there is no Boot1 pin in STM32F091 MCU.
How can go to bootloader mode?
I check DM00031936, BOOT0(pin) = 1 and nBOOT1 bit = 1 will go to bootloader, but how can I set nBOOT1?
