2009-01-30 05:47 AM
USB OTG on STM32
2011-05-17 04:01 AM
Hello,
I'm trying to do the following thing: a STM32 working as USB virtual com port. For that ST provide VCP example. And on the other side, instead to plug a PC to recognise this VCP, I would like to plug another STM32. Apparently, this second STM32 needs to have USB OTG. Does anyone know if ST provides a USB OTG library for STM32? Thanks in advance.2011-05-17 04:01 AM
Hello stm321,
STM32 doesn't support USB OTG, it provides the device capability only. In other words, the STM32 cannot be a host it can be only a device! regards sword2011-05-17 04:01 AM
ok.
Thank you very much.2011-05-17 04:01 AM
To connect two STM32s together, just using the UARTs would be far simpler. 8-)