Skip to main content
Zan Gligorov
Associate
April 2, 2018
Question

STM32F429I-DISC1 Unable to get it in DFU Mode

  • April 2, 2018
  • 1 reply
  • 1214 views
Posted on April 02, 2018 at 06:52

I recently received the STM32F429I-DISC1, and am trying to get it in DFU mode, and can not no matter what i try. I have attempted to connect, BOOT1, BOOT0 with no success. 

I am able to use the ST Link and program the board that way, just want to be able to program the chip in DFU mode, as that is the final goal for my board based on this MCU.

Thanks.

#dfu-bootloader #stm32f429i-disc1 #stm32f429
This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
April 2, 2018
Posted on April 02, 2018 at 14:12

Seem to recall the STM32F429I-DISCO using the USB-HS for the user USB connection, and the DFU mode in the System Loader only supporting USB-FS connectivity. Check the schematic.

You have to write/load your own DFU code supporting the USB-HS interface.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Zan Gligorov
Associate
April 3, 2018
Posted on April 03, 2018 at 01:50

Thanks Clive.  The schematic seems to show the user USB is FS, and not HS.   Also I have found instructions on how to do that in older materials, just not sure if the new  version of the board, the DISCO1, has any changes in that aspect. Here is the schematic for the USB.

Tesla DeLorean
Guru
April 3, 2018
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..