Skip to main content
Graduate
July 27, 2023
Solved

STM32H7 USB-DFU Not Working

  • July 27, 2023
  • 1 reply
  • 2398 views

Hi, I am working on a project where we need USB DFU on the STM32H730. I have selected the USB DFU function in the .IOC, compiled and uploaded to the hardware, but when I try uploading a new program both via this online DFU Tester (https://devanlai.github.io/webdfu/dfu-util/) and via CubeProgrammer in USB DFU mode. Neither works. I have attached some screenshots of my .IOC settings and of the errors I am getting.

How do I fix this?

 

 

    This topic has been closed for replies.
    Best answer by MM..1

    DFU in ioc is i mean for implement your own protocols and code. Set it in ioc do only prepare phase, no ready design.

    For load firmware use sytem code STM32 microcontroller system memory boot mode - Application note

    1 reply

    MM..1Answer
    Graduate II
    July 27, 2023

    DFU in ioc is i mean for implement your own protocols and code. Set it in ioc do only prepare phase, no ready design.

    For load firmware use sytem code STM32 microcontroller system memory boot mode - Application note