User Activity

Hi allI want to enumerate a Virtual COM Port on my NUCLEO-U5A5ZJ-Q board, using USBX peripheral in standalone mode. I have followed other articles, but they either use RTOS, or a different device class.So my question is:How can I setup the USBX perip...
Hi allI would like to create 2 virtual COM ports (VCPs) using the CDC class in USBX. The .ioc only allows for one unique PID and VID, but it appears that multiple interfaces can be created of the same class.I want to know if it is possible to create ...