I'm trying to read/write data to a USB flash drive.
I have read in the reference manual that STM32F103xx has a USB peripheral but can only act as a device in the communication. From what I understood, I need it to act as a host. Is there anyway to do this operation without USB to UART converters as I'm trying to be more efficient(in a financial sense).
I seem to find no clue on the internet regarding this particular MCU. If this can be done only with a UART converter, please show me where to look.
Thank you!