Resolved! STM32F723VCT USB host msc design using stm32cubeIDE 1.5 with middle ware example
follow youtube STM32 USB training - 11.2 USB MSC host labs to try a board with STM32F723vct6. set as USB Host_Only on HSstatic void USBH_UserProcess (USBH_HandleTypeDef *phost, uint8_t id){ /* USER CODE BEGIN CALL_BACK_1 */ switch(id) { case HOST_US...