User Activity

Hi,I am struggling for a while to get the CDC_Host to work. Steps that I have taken are:Create a MX Cube USB Host HS port projectset correct frequencies 8Mhz for HSI, heap=1200 stack 800 (tried various values with no effect)Generate the code (eWarm a...
I've setup an STM32F407 as a CDC Host on the HS peripheral with Full Speed (FS) comms, but the IN transaction always returns a NAK and no Device data is received on the Bulk Data pipe. I used the USB Host example from ST.com (userfunction that only t...
Hi, my USB host (CDC class) enumeration get stalled when the device is attached and enumeration status is ENUM_IDLE. The "IF then" test statement "if ( USBH_HandleEnum(phost) == USBH_OK)" should call the routine USBH_HandleEnum() but it does not and ...
The USB device I need is working with a set of newer libraries (mxCube). All my application ported code is written with older libraries so the permutations are:A. App with older libraries combined with USB running on new libraries (lazy way, short cu...
I have been using CooCox successfully for my STM32F103C8. Now I want to port my project to a STM32F105RC but I have not been successful since the startup_stm32f10x_md.c is for the mainstream processors and not for the connectivity line. Even some hit...
Kudos from