microsoft / uf2

UF2 file format specification
Other
849 stars 164 forks source link

hf2 talk 3 problematic on windows #4

Open pelikhan opened 7 years ago

pelikhan commented 7 years ago

Windows expect a response but the device reboots without sending one. It keeps raising a "timeout" error on that message.

mmoskal commented 7 years ago

You could try to modify our code not to wait for response for reset command. The request-response model here, is a purely software solution - for HID there are just interrupt transfers.