2025-05-18 5:56 AM
I have tried to run the "UX Device HID Standalone" example under nucleo-wba65ri, and it doesn't seem to work.
I connected the board's via the USB connector to my PC and while it is recognized, in function USBX_DEVICE_HID_MOUSE_Task on line 160 both:
1. hid_mouse == UX_NULL
2. device->ux_slave_device_state == UX_DEVICE_ATTACHED and not UX_DEVICE_CONFIGURED as needed
would appreciate your support, might be imply a setup issue (I simply used a new nucleo boar and compiled and flashed the example)