2022-11-16 09:07 AM
USBD_CUSTOM_HID_SendReport(...) returns USBD_OK but nothing being send when code is generated with firmware version 1.12.1, but this function works without any problem in firmware 1.12.0
2023-02-07 04:35 AM
Hello
I just ran into the same issue and would be very interested in seeing a proper fix in an official HAL release soon.
The solution proposed in post1 is working for me, however I cannot test if it doesn't break another transfer type.
To me it looks not like a clean solution.
If I look at the STM32WB HAL, the implementation changed again in the meantime,
fixing some other bugs.