User Activity

Posted on October 23, 2012 at 15:30Hello! I'm currently working on a project using the STM32F4 Discovery board as a CDC-Host. I have succesfully enumerated my usb device and also successfully used USBH_BulkSendData(). But now I'm unsure about how to...
Posted on October 22, 2012 at 14:52Hello! I have implemented the USB MSC Host application on a STM32F4, but it never detects the connected USB stick in the USBH_core state machine. I also know that the OTG_FS_IRQHandler() never gets executed the who...
Posted on October 21, 2012 at 12:16I'm currently developing a USB host and my device needs currents up to 500mA. Can the board deliver those a) when powered by a PC over the debugger unit? b) when powered externally by its pins?
Posted on October 16, 2012 at 13:47Hello! I already found a library packet for using the STM32 USB as Virtual COM device. What I need is a library for a Virtual COM host, so I can connect a CDC device to my STM32. It's just for one specific CDC dev...