Skip to main content
bpier
Visitor II
February 27, 2019
Solved

i worked on stm32f303ze i want to know if it is possible to connect and use an usb key (flash drive) on the cn13 connector ? thanks

  • February 27, 2019
  • 2 replies
  • 710 views

..

This topic has been closed for replies.
Best answer by Mike_ST

You have to select a part that has an USB_OTG_FS or USB_OTG_HS peripheral.

For instance, you may want to use the cubeMX MCU selector and its peripheral filter to select the one you need.

2 replies

After Forever
Senior III
February 27, 2019

No, STM32F303 supports only USB Device, it can't act as USB Host.

Mike_ST
Mike_STBest answer
ST Technical Moderator
February 27, 2019

You have to select a part that has an USB_OTG_FS or USB_OTG_HS peripheral.

For instance, you may want to use the cubeMX MCU selector and its peripheral filter to select the one you need.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question.