usbx icon indicating copy to clipboard operation
usbx copied to clipboard

Does USB_CDC_ACM host support hot-plugging?

Open andy817501 opened this issue 9 months ago • 7 comments

I did not find any information about hot plugging in the document. During my testing, I found that after the host communicates with the device, disconnecting the device will prevent it from connecting properly

andy817501 avatar Feb 20 '25 07:02 andy817501

At a minimum, we could improve the documentation around this, @andy817501. I will discuss this with the team.

fdesbiens avatar Apr 04 '25 15:04 fdesbiens

Thank you for your reply

andy817501 avatar Apr 10 '25 07:04 andy817501

Can you share additional details about your application and the hardware it runs on, @andy817501?

In particular, we are interested in the USB controller you are using and the type of device you are trying to plug. Many behaviours are hardware-dependent, and we need more context to provide appropriate guidance.

Thank you in advance.

fdesbiens avatar Apr 10 '25 13:04 fdesbiens

Can you provide additional details per my previous comment, @andy817501?

fdesbiens avatar Apr 15 '25 12:04 fdesbiens

I am using USB_CDC_ACM_HOST , Using USB full speed interface, i am trying to plug USB_CDC_ACM_DEVICE and it is USB full speed interface too

andy817501 avatar Apr 22 '25 04:04 andy817501

Hi @andy817501 which plateforme/target are you using ? Stm32 ?

ayedm1 avatar Apr 22 '25 04:04 ayedm1

Hi @andy817501 which plateforme/target are you using ? Stm32 ?

I am using vscode + gcc + stm32

andy817501 avatar Apr 27 '25 08:04 andy817501