Problem using dfu-util with STM32H7B3I EVAL board
dfu-util is an open source DFU memory reader/writer.
I ported the source to Windows 10 x64.
Worked fine, downloading firmware, to STM32H7B3I DISCOVERY board.
Fails with STM32H7B3I EVAL board, apparently because the EVAL board identifies itself as three separate DFU devices, unfortunately with identical serial numbers:
Found DFU: [0483:df11] ver=0200, devnum=62, cfg=1, intf=0, path="1-6", alt=2, name="@OTP Memory /0x1FF7000/01*1024 e", serial="FFFFFFFEFFFF"
Found DFU: [0483:df11] ver=0200, devnum=62, cfg=1, intf=0, path="1-6", alt=1, name="@Option Bytes /0x1FF8000/01*128 e", serial="FFFFFFFEFFFF"
Found DFU: [0483:df11] ver=0200, devnum=62, cfg=1, intf=0, path="1-6", alt=0, name="@Internal Flash /0x08000000/256*02Kg", serial="FFFFFFFEFFFF"
Any easy way to resolve this with dfu-util?
Or do I need to "educate" dfu-util in the matter of "alt", which varies with memory region?
