"No DFU detected" on Windows 11
Question
I implemented a custom bootloader with USB DFU. It worked without issues on my Windows 10 computer. After switching to a Windows 11 machine, however, my DFU device is no longer recognized.
What I’ve tried
- Connected the device again on Windows 10. It appears in Device Manager, plays the connection/disconnection sound, and read/write operations work with STM32CubeProgrammer. This confirms that neither the bootloader nor the USB cable is the root cause.
- Installed STM32CubeProgrammer on Windows 11, but it reports “No DFU detected.”
- On Windows 11, there is absolutely no activity related to the DFU device in Device Manager. Other DFU devices, such as the STLink, are listed and working correctly.
Request
What steps can I take to get my DFU bootloader detected on Windows 11?
