I have the following situation:
- Device I'm trying to contact has two modes: normal mode and kinda DFU mode (different
bcdUSB)
- I need to set a command in normal mode to reset the device into DFU mode
- Continue a communication process
So the problem is that I don't know how to reset the device after USB has been initialized (.Init() called) to communicate with the DFU mode.
I have the following situation:
bcdUSB)So the problem is that I don't know how to reset the device after USB has been initialized (
.Init()called) to communicate with the DFU mode.