2024-03-20 10:47 AM
We are having a bear of a time getting the USB2514 to work properly with the STM327H73 both with the USB2514 built into our board and also with the STM327H73 connected to a EVB-USB2514BCQFM36 eval board. Looking for suggestions for resolving this issue, suggestions sample github code anything really.
We have a custom board with a STM327H73 USB port is connected to the USB eval board. System is running Azure RTOS 6.1 and USBX.
Here's the symptom.
Any thoughts on how unplugging a CDC ACM port would render the USB2514 HUB useless until it it forcefully reset again?
2024-04-01 06:23 AM
Interestingly noticed that if the call to
if (ux_host_stack_class_register(_ux_system_host_class_cdc_acm_name, ux_host_class_cdc_acm_entry) != UX_SUCCESS)
is removed and usb start time, the serial port can be plugged and unplugged many times. The serial port will not enumerate, because the usb stack does not know what the serial port is. Anybody else running into generic USBx cdc acm resource issues causing serial ports not to be usable after the first discovery?