2018-09-17 02:01 PM
2018-09-17 03:12 PM
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
2018-09-18 04:35 AM
Thanks. I'll try the first way.
2018-09-18 07:57 AM
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.
2018-09-18 12:00 PM
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.
2023-09-22 09:42 AM
Works well on stm32f407vet6 black with FTDI. Boot pins state are important to connect. BOOT0 up, BOOT1 down. Thanks!