Skip to main content
Explorer
February 16, 2023
Question

Can the STM32 as USB host detect a FDTI converter as input?

  • February 16, 2023
  • 1 reply
  • 811 views

Hello,

I would like to know if configuring the STM32 as a USB host will I be able to connect another device that has a TTL to USB serial converter? Or do I need to install some kind of drivers to detect it?

    This topic has been closed for replies.

    1 reply

    Super User
    February 16, 2023

    > Or do I need to install some kind of drivers to detect it?

    USB host needs a driver to every device connected to it. In the realm of microcontrollers, you usually don't "install" drivers, they are part of the code.

    JW