User Activity

Hello,when using Linux host for testing this example, CDC interface is not detected by the host. Reason is sensitivity on Configuration descriptor content generated by STM32CubeMX, propagated into ux_device_descriptors.c. For now you fix this file ma...
How to implement USB Communication Device Class (CDC)1. Communication of USB CDC in device mode For handling communication of USB CDC in device mode using legacy STM32 USB libraries are important 3 functions located in file usbd_cdc_if.c: CDC_Receiv...
How to Set USB CDC Line Coding?1. What is Line coding? Line coding is used to transfer parameters of UART interface, which is emulated using USB CDC - Virtual COM port. In STM32 legacy USB library is line coding handled in file usbd_cdc_if.c, functio...
Kudos from