I am using the dev_composite_hid_mouse_hid_ keyboard_bm sample and try to send and receive some data with MCXA153 controller.
What ist the best way to send some data (USB_DeviceSendRequest) and detect a sucessful transmission?
Loop?
-> Ready to send?
-> Send data
-> Wait some time to detect a sucessful transmission?
-> Next data
In posts are some NACK, busy flags proposals in some HID codes.