2017-04-27 12:58 AM
Hi,
I am doing a firmware upgrade to a STM32F411RE using DfuSe application tool. But after I click ' Leave DFU mode', the MCU re-enters into the bootloader mode. I do not see this problem when I perform the same firmware upgrade on a STM32F401RE chip. Anyone can advise? Thanks.
#stm32f411 #dfuse2017-04-27 06:27 AM
What is the state of the BOOT0 pin?
Is there a watchdog running?
2017-04-28 12:32 AM
Hi Clive,
I have connected BOOT0 pin to 3.3V. Watchdog is not active.
In fact, I have reworked a Nucleo board and saw the same behaviour. It re-enters into the bootloader mode after I leave the DFU mode. Attached is the schematic of the Nucleo board that I reworked.
2018-09-14 02:29 AM
Please, could you tell me how did you put your NUCLEO board (with STM32F411) in dfu mode ? I tried with mine, but it was been impossible and I don't really know why...
2020-05-27 03:48 AM
very simple
connect boot0 and 3.3v and use USB OTG via connect PA12,PA11,GND,3.3V with an USB CABLE to PC
you will see DFU mode on device manager
another variant is DFU file to convert into HEX with ST tools
and to upload HEX via ST-Link Utility ...