8 years, 2 months ago.

USBHostHub for NUCLEO F411

Hello,

according to the datasheet stm32f411re does support USB OTG, but when I try to combile example code from USBHostHub, compiler throw error. I think it is beacause USBHALHost.cpp is not defined for nucleo-f411.

Any ideas or alternatives?

Thanks in advance

1 Answer

8 years, 2 months ago.

The official USBHost lib should be nuked from orbit for being limitted to a single device. Luckily Norimasa Okamoto has done some excellent work on a USBHost lib (I never used it myself, but I believe it simply does the job): https://developer.mbed.org/users/va009039/code/F401RE-USBHost/