Skip to main content
Rhodes.Keith
Associate III
April 12, 2019
Solved

Is it possible to write a USB MSC HOST driver for the STM32F070 MCU? I see that ST doesn't provide MSC support in the HAL. I also see there are no specific Host FIFOs like the F4 or H7 has. Thanks..Keith Rhodes

  • April 12, 2019
  • 3 replies
  • 963 views

..

This topic has been closed for replies.
Best answer by waclawek.jan

No, the USB module in 'F0 is Device-only, no support for Host.

JW

3 replies

waclawek.jan
waclawek.janBest answer
Super User
April 12, 2019

No, the USB module in 'F0 is Device-only, no support for Host.

JW

Rhodes.Keith
Associate III
April 12, 2019

OK, thanks. Do you happen to know the lowest USB MSC Host compliant MCU in the STM32 line?

It *appears* from the datasheet that the F102/F103 support it, but I haven't looked at the software yet to be sure...

Thanks...Keith

waclawek.jan
Super User
April 14, 2019

You have to look for OTG_USB. In 'F1 it's in 'F105/F107; then in F2/F4, F7/H7, and in the higher-end 'L4.

JW