cancel
Showing results for 
Search instead for 
Did you mean: 

Does USB HOST even work with STM32F750?

Priyank
Associate III

I have spent over a week trying to get USB to work with my board, and have had no luck. As soon as the device detects the USB, the usb goes straight into a HOST_USER_UNRECOVERED_ERROR. 

I have received almost no assistance from STM32 regarding this, even though I have made posts about it. Its like they give you 1 response then never reply. I am at a point where I'm not even expecting the help, but I just need to know if what I'm attempting to do is even possible, because I found out for some reason CMSIS_OS2 does not even work with the USB library.

2 REPLIES 2
TDK
Guru

> I am at a point where I'm not even expecting the help, but I just need to know if what I'm attempting to do is even possible

Yes, USB host works on the STM32F750. Here is one example:

STM32CubeF7/Projects/STM32F7508-DISCO/Applications/USB_Host/MSC_RTOS/Inc/lcd_log_conf.h at 18642033f376dead4f28f09f21b5ae75abb4020e · STMicroelectronics/STM32CubeF7

If you feel a post has answered your question, please click "Accept as Solution".
FBL
ST Employee

Hi @Priyank 

At this level, USB stack error message "HOST_USER_UNRECOVERED_ERROR " cannot explain the issue you are having! I suggest starting with basics. I recommend this  MOOC - STM32 USB training - YouTube

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.