STM32F723 DFU Mode - Questions
I have a few questions about the DFU mode on the STM32F723. My goal is to enable users to flash a binary file to the MCU via a USB connection. My implementation is that i placed a 22uF capacitor on the boot0 pin then tied another IO pin (EO) in this case to boot0.
To enable DFU mode, currently I pull E0 high for a second to charge the capacitor, then switch the pin to an input to make it high impedance. Next Deinit the USB HS Handle. After that do an NVIC Reset. My issue is that after resetting I don't see any new USB DFU device. Even though my USB CDC/HID Composite device is working at USB HS speeds using the onboard USB 2.0HS PHY.
Here is my Schematic

What do you think I am missing? Linux lsusb, and dmesg show nothing at all.
Thanks!

