USBD_UnRegisterClassComposite always fails #104
Labels
bug
Something isn't working
internal bug tracker
Issue confirmed and logged into the internal bug tracking system
mw
Middleware-related issue or pull-request.
usb
Universal Serial Bus
The function
USBD_UnRegisterClassComposite(...)
inMiddlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c
always fails.Initially,
ret
is set toUSBD_FAIL
...STM32CubeWB/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c
Lines 297 to 304 in cbe89b3
... and on failure it is set again to
USBD_FAIL
STM32CubeWB/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c
Lines 316 to 324 in cbe89b3
so on finish it fails all the time.
STM32CubeWB/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c
Lines 352 to 360 in cbe89b3
The text was updated successfully, but these errors were encountered: