Where to find DFU examples?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-08-15 5:03 AM
Hello,
I have both the B-G474E-DPOW1 and the STM32F407G-DISC1.
According to the AN3156 I saw that both the G4 and F4 series support DFU.
I wanted to demo this capability with either of these boards, but I can't find any examples specific to these targets.
I've looked in the STM32CubeIDE and the STM32CubeG4 and STM32CubeF4 software packages.
Do these examples exist and I'm just not looking in the right place?
Or perhaps if they don't exist yet are they coming soon?
Best,
Emma
- Labels:
-
STM32F4 Series
-
STM32G4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-08-15 6:40 AM
The Host side is provided via STM32 Cube Programmer, historically DFU Manager / Demo
If you wanted your own host side, you'd likely need to be comfortable with the USB Stack, URB's or commercial tools implementing different classes.
Look at CLI or DLL options related to STM32 Cube Programmer, or similar tools. Perhaps LINUX DFU tools.
Up vote any posts that you find helpful, it shows what's working..
