User Activity

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...
Hi all,I'd like to move the USB HID/CDC function, implemented in the Ux_Host_HID_CDC_ACM sample, from TypeC OTG port to USB host port.Does it make sense?I started to create a usb_host.c based on usb_otg.c, changing the OTG into the USB Port1 referenc...
Hi all,I own a STM32MP135F-DK board and  started to write a simple firmware on it based on RTX threads.I'd like to use USART1 port as simple terminal interface with the board.I chose USART1 cause it is present on CN8 connector (RX + TX) and cause the...
Kudos given to