Posted on August 08, 2016 at 20:36Hello, I generate code using stm32cube to make an USB host CDC. If my device is already plugged, it is not detected. Do you have any solutions to detect it ? Thank you in advance. #stm32-usb-cdc-host-attached
Posted on July 25, 2016 at 22:32
Hi,
I want to use the USB Host CDC.
For this I use the HAL library and the middleware layer
Here is my code:
#include ''uart_USB.h''
#include ''usb_host.h''
#include ''usbh_core...
Posted on January 29, 2016 at 16:30
Hello,
I'm trying
for several
days
to set up the
pin
PA8
(
STM32F4) as
output
but
I do not see
anything with
an oscilloscope.
Here is the
code I use
...
Posted on January 29, 2016 at 18:21
I just
identify the problem.
I use the
USB
host
library.
In
this library
the mode of
PA8
pin is
changed. (usb_bsp.c)
/* Configure SOF VBUS ID DM DP Pins */
GPIO_InitSt...
Posted on January 29, 2016 at 17:26Thank you for your response. I use system workbench for stm32.Your procedure works well. But I do not see why my code does not work on the PA8 pin while it works on other pins.