cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 U5A5 USB CDC - PCD driver- sometimes not opening enumeration port and not sending any data

Ab31
Associate

I have used following

Projects/NUCLEO-H563ZI/Applications/USB_Device/CDC_Standalone/USB_Device library.

for STM32U575 Series controller (USB OTG FS) which is easily enumerated and running data at 1 mbps speed with good stability.

 

But same library I used for "NUCLEO-U5A5",  (USB OTG HS) , configured clock and PHY for OTG HS - which is getting enumerated successfully also but not stable , and sometimes getting disconnected and PCD_IRQ is not triggering sometimes.  

Is OTG_HS has something different or missing something or core difference , when compared to OTG_FS used in stm32u575 ? kindly guide.

1 REPLY 1
FBL
ST Employee

Hi @Ab31 
Check your clock source. Ensure the external HSE oscillator is correctly connected and configured.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.