Get data from USB_ReadPacket function
I am using a STM32F4 on a custom board with USB configured as custom hid device.I need to know how to get the received data from the USB_ReadPacket placed inside the HAL_PCD_IRQHandler (I suppose this is the function called when the device receive da...