cancel
Showing results for 
Search instead for 
Did you mean: 

Which bootloader for STM32F407VET6 ?

FDeri
Associate II

Hi,

Does anyone know which bootloader to use for this damn board (STM32F407VEt6). I have tested several of them but it is still not recognized by Win10

Thank you in advance

5 REPLIES 5

Jumper BT0 to 3V3, plug in the USB, and it should come up in DFU mode.

The other way would be to use USART1 PA9/PA10, connected via a USB-to-CMOS Serial adapter

Use STM32 Cube Programmer for USB/DFU and USART connectivity

https://www.st.com/en/development-tools/stm32cubeprog.html

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
FDeri
Associate II

Thanks. I'll try the first way.

FDeri
Associate II

Nothing works, I still have a board not recognized by windows.

I'm trying to find a.bin or.hex file without success.

Thanks anyway for your help.

You're going to want a schematic, then you'll need to write and build some code to get the .HEX or .BIN files.

Probably want to start with blinking an LED, or outputting via a USART.

Pick up an external ST-LINK, or other JTAG pod to do some initial programming/experimentation.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

Works well on stm32f407vet6 black with FTDI. Boot pins state are important to connect. BOOT0 up, BOOT1 down. Thanks!