2023-08-15 05: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
2023-08-15 06: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.