STM32H7 USB-DFU Not Working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 10:09 AM - edited ‎2023-07-27 10:23 AM
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?
Solved! Go to Solution.
- Labels:
-
STM32Cube MCU Packages
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 11:38 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 11:38 AM
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
