User Activity

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 ...