USB reset in suspended state #14826
Labels
area: USB
Universal Serial Bus
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
priority: low
Low impact/importance bug
Describe the bug
On startup, USB stack sends suspend and resume between CONNECTED and CONFIGURED states.
But sometimes USB stack will send RESET callback in between:
USB_DC_SUSPEND
USB_DC_RESET
USB_DC_RESUME
And we get RESUME when we are not suspended. Checked with @pawelzadrozniak - reset should not occur between suspend and resume.
To Reproduce
Using USB HID class. This sequence occurs right after boot, when boot is done with USB connected.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: