Add a USB host port on a STM32F103 dev board
Hi,
I'm just starting out with embedded programming & electronics so please bear with me :)
I am starting a project based on the STM32F103 Nucleo board. The first thing I want to do is create a USB host port to connect a class-compliant MIDI device.
From this link I learned that means the USB class is likely OTG. What I don't understand yet is what I need in terms of hardware. I would like to use a USB type A port. Can I hook it up straight to the MCU pins on the dev board without additional ICs?
I ordered this book today which will surely help me with this, but it will take some days to arrive and I'd like to prepare already if I can.
