cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U073C8T6 USBX CDC ACM

OŞeno.1
Associate II

I want to read and write data from the serial port with the help of the usbx module with STM32u0. However, when I insert the usb, it gives an unrecognised usb error. I downloaded and installed the usb virtual port drivers from the ST site, but I could not solve it. Can you help me with this?

2 REPLIES 2
ahsrabrifat
Associate III

 

STM32U0 series does not have an internal high-speed (48 MHz) oscillator. You must enable the clock source for USB. If using HSI48 (Internal Oscillator for USB), enable HSI48 and configure the RCC_CRS (Clock Recovery System). If using an External 8 MHz Crystal (HSE)Make sure you enable PLL to generate the required 48 MHz for USB.

OŞeno.1
Associate II

Oeno1_0-1742134395738.png

Oeno1_1-1742134417373.pngOeno1_2-1742134437572.png

 

I tried everything you said before, but I got no results.