Skip to main content
Explorer
August 28, 2023
Question

STM32H753-EVAL does not start DFU from USB other than the USB connected to PA11 and PA12

  • August 28, 2023
  • 1 reply
  • 758 views

Hi All,

I have a scenario where the USB port should become DFU capable when the chip is erased and this functionality is working as expected for USB OTG1 FS which is connected to PA11 and PA12, but I want DFU capability on USB connected to PB14 and PB15.

May I know how it can be done?, since erasing chip is defaulting DFU to usb1 (PA11 and PA12)

    This topic has been closed for replies.

    1 reply

    Super User
    August 28, 2023

    The system bootloader only supports DFU USB on PA11/PA12. If you want it on PB14/PB15, you would need to make your own DFU bootloader which supports these pins. There is no easy "swap pins" method available.