User Activity

Hi all,I'm developing a composite USB device on USB OTG port on a board based on STM32F429 chip.The device has two interfaces: a custom device + a CDC device. I'm using USB_Device_Library code.Windows host correctly shows 3 items: the composite devic...
Hi all,we are developing a board based on STM32F429 chip.In particular I'm developing a composite USB device on USB OTG port, showing a custom device + a CDC device [ep 0x85, 0x06, 0x83] using USB_Device_Library code.Windows correctly shows 3 items: ...
Hi all,I'm trying to enable the host functionalities for USB Port1 for MP135: I imported the Host Library and implemented some functions on usbh_conf.c file. Attached to the DK board I have a optic mouse.After some basic initialization I'm in the USB...
Hi all,I'm writing a USB composite device support (baremetal) for MP135: it must support a custom interface and a CDC profile. Now I'm testing the CDC side connecting the USB cable with a PC: Windows mounts correctly a virtual serial port and I open ...
Hi all,i'm writing a program to run on STM32MP135F-DK board that enable the USB host ports of the board.All the projects I've found are using the OTG port as host.All the HAL_HCD apis and xxx_ll_usb source use the OTG structures.Is there ant sample f...
Kudos given to