Question
Problem with USB: usbd_customhid.c file from the stm32cubeh7 in USBD_CUSTOM_HID_DataOut rutin I get a Hard Fault exception interrupt. on this line ((USBD_CUSTOM_HID_ItfTypeDef *)pdev->pUserData)->OutEvent(hhid->Report_buf[0], hhid->Report_buf[1]);
..